From 51916895789fc2b166af752c14cd4696d6517bec Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Thu, 8 Jan 2026 09:28:16 +0300 Subject: Feat: google-translate-tts support --- config/config.go | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'config') diff --git a/config/config.go b/config/config.go index 1454b4c..dc769d3 100644 --- a/config/config.go +++ b/config/config.go @@ -48,9 +48,11 @@ type Config struct { OpenRouterToken string `toml:"OpenRouterToken"` OpenRouterModel string `toml:"OpenRouterModel"` // TTS - TTS_URL string `toml:"TTS_URL"` - TTS_ENABLED bool `toml:"TTS_ENABLED"` - TTS_SPEED float32 `toml:"TTS_SPEED"` + TTS_URL string `toml:"TTS_URL"` + TTS_ENABLED bool `toml:"TTS_ENABLED"` + TTS_SPEED float32 `toml:"TTS_SPEED"` + TTS_PROVIDER string `toml:"TTS_PROVIDER"` + TTS_LANGUAGE string `toml:"TTS_LANGUAGE"` // STT STT_TYPE string `toml:"STT_TYPE"` // WHISPER_SERVER, WHISPER_BINARY STT_URL string `toml:"STT_URL"` -- cgit v1.2.3