-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
87 lines (85 loc) · 2.24 KB
/
Copy pathmkdocs.yml
File metadata and controls
87 lines (85 loc) · 2.24 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
site_name: RealtimeTTS Documentation
theme:
name: material
language: en
features:
- navigation.instant
- navigation.top
- navigation.tabs
plugins:
- i18n:
default_language: en
languages:
- locale: en
name: English
build: true
default: true
- locale: ar
name: Arabic
build: true
- locale: de
name: German
build: true
- locale: es
name: Spanish
build: true
- locale: fr
name: French
build: true
- locale: hi
name: Hindi
build: true
- locale: it
name: Italian
build: true
- locale: ja
name: Japanese
build: true
- locale: ko
name: Korean
build: true
- locale: pt
name: Portuguese
build: true
- locale: ru
name: Russian
build: true
- locale: zh
name: Chinese
build: true
nav:
- Home: index.md
- Quick Start: quick-start.md
- Installation: installation.md
- Engine Selection: engine-selection.md
- Engine Setups:
- System: engines/system.md
- gTTS: engines/gtts.md
- Edge: engines/edge.md
- OpenAI: engines/openai.md
- Azure: engines/azure.md
- ElevenLabs: engines/elevenlabs.md
- CAMB: engines/camb.md
- MiniMax: engines/minimax.md
- Cartesia: engines/cartesia.md
- Typecast: engines/typecast.md
- ModelsLab: engines/modelslab.md
- Coqui: engines/coqui.md
- Piper: engines/piper.md
- StyleTTS: engines/styletts.md
- Parler: engines/parler.md
- Kokoro: engines/kokoro.md
- Orpheus: engines/orpheus.md
- Faster Qwen: engines/faster-qwen.md
- OmniVoice: engines/omnivoice.md
- PocketTTS: engines/pockettts.md
- NeuTTS: engines/neutts.md
- ZipVoice: engines/zipvoice.md
- LuxTTS: engines/luxtts.md
- Chatterbox: engines/chatterbox.md
- SoproTTS: engines/sopro.md
- Soprano: engines/soprano.md
- MOSS-TTS: engines/moss-tts.md
- Feed And Playback: feed-and-playback.md
- LLM Streaming: llm-streaming.md
- Output And Files: output-and-files.md