Feat: google-translate-tts support

This commit is contained in:
Grail Finder
2026-01-08 09:28:16 +03:00
parent 5f0de6f311
commit 5191689578
7 changed files with 207 additions and 17 deletions

View File

@@ -29,6 +29,8 @@ RAGDir = "ragimport"
TTS_ENABLED = false
TTS_URL = "http://localhost:8880/v1/audio/speech"
TTS_SPEED = 1.2
TTS_PROVIDER = "kokoro"
TTS_LANGUAGE = "en"
# extra stt
STT_ENABLED = false
STT_TYPE = "WHISPER_SERVER" # WHISPER_SERVER or WHISPER_BINARY