You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kokoro TTS GUI provides a convenient way to convert large amounts of text or entire books into natural-sounding speech. It leverages the power of the Kokoro TTS engine and provides advanced features like parallel processing, document parsing (PDF, EPUB, TXT), and customizable audio output.
14
+
-**JIT (Just-In-Time) Generation:** Real-time audio streaming. Start listening to your text immediately as it's being generated.
15
+
-**Audio FX Pipeline:** Integrated [Pedalboard](https://github.com/spotify/pedalboard) support for Reverb, Compression, and EQ.
16
+
-**Pronunciation Lexicon:** Create a custom dictionary to override how specific words or acronyms are pronounced.
17
+
-**Advanced Voice Mixing:** Create unique custom voices by mixing existing ones with precise control.
18
+
-**Scripted Multi-Speaker & FX:** Use a simple syntax `[Speaker:FX]: Text` to switch voices and audio effects on the fly.
19
+
-**Intelligent Caching:** Automatically caches generated segments to speed up repeated tasks.
20
+
-**Windows Quick Start:** New `run.bat` for easy one-click startup on Windows.
17
21
18
22
## Features
19
23
20
24
-**Multi-Source Input:**
21
25
-**Direct Text:** Paste text directly into the application.
22
26
-**File Support:** Load and process `.txt`, `.pdf`, and `.epub` files. Ideal for converting e-books to audiobooks.
23
-
-**High-Quality Voices:** Choose from a wide variety of American English voices.
24
-
-**Advanced Configuration:**
25
-
-**Parallel Processing:** Utilize multiple threads to speed up generation (configurable number of processes).
26
-
-**Audio Speed:** Adjust playback speed from 0.5x to 2.0x.
27
-
-**Audio Control:** Fine-tune Volume and Pitch.
28
-
-**Post-Processing:** Options to Normalize audio and Trim silence.
29
-
-**Smart Splitting:** Split text by newlines, paragraphs, or sentences for optimal prosody.
27
+
-**High-Quality Voices & Languages:**
28
+
- Supports American English, British English, Spanish, French, Italian, Portuguese, Japanese, and Chinese.
29
+
- Wide variety of base voices plus custom voice mixing.
30
+
-**Generation Modes:**
31
+
-**Standard:** High-speed parallel processing for batch conversion.
32
+
-**JIT (Real-time):** Sequential generation with immediate playback and buffer management.
0 commit comments