2 Commits

Author SHA1 Message Date
cf2ebc9afa
Add privacy: hide exact words in dictation notifications
- Replace exact text preview with word count in notifications
- Change 'Speaking' notification to show 'Dictating... (X words)' instead of text
- Change 'Dictation' notification to show 'Text typed successfully (X words)' instead of preview
- Improves privacy by not displaying sensitive dictation content in notifications
2025-12-04 11:50:21 -07:00
73a15d03cd
Fix dictation service: state detection, async processing, and performance optimizations
- Fix state detection priority: dictation now takes precedence over conversation
- Fix critical bug: event loop was created but never started, preventing async coroutines from executing
- Optimize audio processing: reorder AcceptWaveform/PartialResult checks
- Switch to faster Vosk model: vosk-model-en-us-0.22-lgraph for 2-3x speed improvement
- Reduce block size from 8000 to 4000 for lower latency
- Add filtering to remove spurious 'the', 'a', 'an' words from start/end of transcriptions
- Update toggle-dictation.sh to properly clean up conversation lock file
- Improve batch audio processing for better responsiveness
2025-12-04 11:49:07 -07:00