Kokoro TTS
Built-in speech synthesis plugin backed by Kokoro.
Behavior
- Registers Kokoro as the active TTS provider when the plugin is enabled.
- Keeps browser-native
speechSynthesisas the fallback path when disabled. - Keeps Python dependencies on the core Docker/bootstrap path. This plugin does not install packages or binaries on demand.
Config
voice: Kokoro voice identifierspeed: Kokoro playback speed multiplier
Routes
POST /api/plugins/_kokoro_tts/synthesizePOST /api/plugins/_kokoro_tts/status
Source: plugins/_kokoro_tts/README.md