diff options
| author | Paul Buetow <paul@buetow.org> | 2025-07-22 07:54:57 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-07-22 07:54:57 +0300 |
| commit | 1cc15cfbd68d45ae6d561e5659422e72bf9ecd1d (patch) | |
| tree | 92bd29d34fed9c4d28cfe4d94e35b040c0b505bc /internal/gui | |
| parent | 1365dde5c25e1865b82fbfea50208327d5e3a51c (diff) | |
Remove audio cache feature to simplify codebase and avoid cache-related issues
π€ Generated with [opencode](https://opencode.ai)
Co-Authored-By: opencode <noreply@opencode.ai>
Diffstat (limited to 'internal/gui')
| -rw-r--r-- | internal/gui/app.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/gui/app.go b/internal/gui/app.go index cd4b711..6a58286 100644 --- a/internal/gui/app.go +++ b/internal/gui/app.go @@ -170,8 +170,6 @@ func New(config *Config) *Application { OpenAIVoice: "nova", OpenAISpeed: 0.9, 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", } app.setupUI() |
