diff options
Diffstat (limited to 'internal/audio')
| -rw-r--r-- | internal/audio/provider.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/audio/provider.go b/internal/audio/provider.go index fd47ef4..53b08c1 100644 --- a/internal/audio/provider.go +++ b/internal/audio/provider.go @@ -42,8 +42,8 @@ func DefaultProviderConfig() *Config { OutputDir: "./", OutputFormat: "mp3", OpenAIModel: "gpt-4o-mini-tts", // New model with voice instructions support - OpenAIVoice: "nova", - OpenAISpeed: 0.9, // Slightly slower for clarity (note: may be ignored by gpt-4o-mini-tts) + OpenAIVoice: "alloy", + OpenAISpeed: 0.98, // Default speed for clarity OpenAIInstruction: "You are speaking Bulgarian language (български език). Pronounce the Bulgarian text with authentic Bulgarian phonetics, not Russian. Speak slowly and clearly for language learners.", EnableCache: true, CacheDir: "./.audio_cache", |
