From 1cc15cfbd68d45ae6d561e5659422e72bf9ecd1d Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 22 Jul 2025 07:54:57 +0300 Subject: Remove audio cache feature to simplify codebase and avoid cache-related issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit πŸ€– Generated with [opencode](https://opencode.ai) Co-Authored-By: opencode --- internal/gui/app.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'internal/gui') 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() -- cgit v1.2.3