-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
59 lines (53 loc) · 1.66 KB
/
Copy pathmkdocs.yml
File metadata and controls
59 lines (53 loc) · 1.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
site_name: AbstractVoice
site_description: Local-first TTS/STT, streaming voice output, and optional voice cloning for AI applications.
site_url: https://www.lpalbou.info/AbstractVoice/
repo_url: https://github.com/lpalbou/abstractvoice
repo_name: lpalbou/abstractvoice
docs_dir: docs
theme:
name: material
features:
- navigation.instant
- navigation.tracking
- navigation.top
- content.code.copy
markdown_extensions:
- admonition
- footnotes
- toc:
permalink: true
- pymdownx.superfences
- pymdownx.highlight
plugins:
- search
validation:
nav:
omitted_files: ignore
links:
not_found: ignore
unrecognized_links: ignore
nav:
- Home: README.md
- Getting Started: getting-started.md
- Installation: installation.md
- Public API: api.md
- Architecture: architecture.md
- REPL Guide: repl_guide.md
- Local Engines:
- Model Management: model-management.md
- Voice Cloning: voice_cloning_2026.md
- Multilingual Support: multilingual.md
- Dependencies: dependencies.md
- Voices and Licenses: voices-and-licenses.md
- Support:
- FAQ: faq.md
- Known Issues: known-issues.md
- Acronyms: acronyms.md
- Project:
- Benchmark: benchmark.md
- Development: development.md
- ADR 0001 - Local Assistant: adr/0001-local_assistant_out_of_box.md
- ADR 0002 - Barge-In: adr/0002_barge_in_interruption.md
- ADR 0003 - Reference Text Fallback: adr/0003_cloning_reference_text_fallback.md
- ADR 0004 - Cloned TTS Streaming: adr/0004_streaming_and_cancellation_for_cloned_tts.md
- ADR 0005 - Torch Device and Dtype: adr/0005_torch_device_and_dtype_policy.md