From a7e7da6f9965624e4667ecedd23f2eb073ac2f56 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Mon, 19 May 2025 09:42:47 +0300 Subject: Feat: stop audio [WIP] --- config/config.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'config/config.go') diff --git a/config/config.go b/config/config.go index ccae96d..e612aa7 100644 --- a/config/config.go +++ b/config/config.go @@ -40,8 +40,9 @@ type Config struct { DeepSeekModel string `toml:"DeepSeekModel"` ApiLinks []string // TTS - TTS_URL string `toml:"TTS_URL"` - TTS_ENABLED bool `toml:"TTS_ENABLED"` + TTS_URL string `toml:"TTS_URL"` + TTS_ENABLED bool `toml:"TTS_ENABLED"` + TTS_SPEED float32 `toml:"TTS_SPEED"` // STT STT_URL string `toml:"STT_URL"` STT_ENABLED bool `toml:"STT_ENABLED"` -- cgit v1.2.3