From 8779de2c97e445acf82e8422c899fdefa4649bda Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 18 Jul 2025 23:18:45 +0300 Subject: feat: multiple improvements to GUI and codebase MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add random voice speed between 0.90-1.00 for more natural audio - Display voice and speed info in GUI audio player - Implement automatic retry loading for missing files (checks every 2 seconds) - Fix voice/speed info persistence during audio playback - Remove image caching functionality for cleaner codebase - Rename prompt.txt to image_prompt.txt for clarity - Fix GUI to recognize newly added cards during runtime (rescan on navigation) - Update README to reflect removed image cache These changes improve the user experience by making the audio more natural, providing better feedback about audio generation parameters, and ensuring the GUI stays synchronized with externally added cards. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index beb8a75..24bfbf3 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ It has mainly been vibe coded using Claude Code CLI. - Batch processing of multiple words - Anki-compatible CSV export with translations - Random voice variants and speech speed -- Audio and image caching to save API costs +- Audio caching to save API costs ## Installation @@ -121,10 +121,6 @@ image: openai_size: "512x512" # Size: 256x256, 512x512, 1024x1024 openai_quality: "standard" # Quality: standard or hd (dall-e-3 only) openai_style: "natural" # Style: natural or vivid (dall-e-3 only) - - # Caching - enable_cache: true - cache_dir: "./.image_cache" output: directory: ./anki_cards -- cgit v1.2.3