ifedan-ed
|
b820255aa9
|
Fix TTS preview + Browser Whisper preload, add comprehensive docs
Build TWA APK / build-apk (push) Failing after 1s
Build & Push Docker Image / build (push) Failing after 7s
Fixes:
- TTS preview: Better error handling, console logging, empty value check
- Browser Whisper: Add progress logging, 30s timeout warning, better UX
- Voice preferences: Clearer error messages
New Documentation:
- FEATURES_EXPLAINED.md: Complete guide to all v14 features
- Audio backups explained (works every recording, not just on failure)
- S3 integration setup guide (AWS, B2, MinIO)
- Learning Hub default path explained (AI file picker starting folder)
- Browser Whisper troubleshooting (download progress tracking)
- TTS preview debugging steps
- Comprehensive troubleshooting guide
|
2026-03-31 15:13:53 +00:00 |
|
ifedan-ed
|
fb53aa709f
|
Add per-user voice preferences (STT model + TTS voice selection)
- NEW: User preferences for STT model and TTS voice
- Database: stt_model and tts_voice columns in users table
- UI: Voice Preferences section in Settings with dropdowns
- API: /api/user/preferences (GET/POST) + /preferences/options
- Transcribe: Respects user's STT model (Google, LiteLLM)
- TTS: Respects user's TTS voice (Google, LiteLLM, OpenAI, ElevenLabs)
- Preview: Test TTS voice before saving
- Available models/voices auto-detected from provider config
|
2026-03-31 14:47:00 +00:00 |
|