Commit Graph

5 Commits

Author SHA1 Message Date
Christian Kauer 9a0d080fb8 added grammar check 2026-03-23 14:54:17 +01:00
Christian Kauer 5aaf8b59ce fix linux version 2026-03-22 11:01:14 +01:00
Christian Kauer 8de6151c81 dev app version for win and linux 2026-03-22 08:31:05 +01:00
beo3000 6d20f21078 fix: audio device handling, CUDA/VAD bundling, and transcription errors
- Resolve audio devices by name instead of unstable PortAudio index
- Filter device list to default host API (hides loopback/output devices)
- Add mic test button with live level meter in settings
- Bundle silero_vad.onnx and CUDA DLLs in PyInstaller spec
- Wrap transcription in try/finally so tray icon always resets to idle
- Add build artifacts to .gitignore

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 15:28:50 +01:00
beo3000 db88df6368 feat: convert dictate.py to modular GUI app with PyInstaller build
Replace monolithic dictate.py with whisper_app/ package (11 modules).
Add compact tray log panel, system integration (autostart, start menu,
desktop shortcut), and PyInstaller build script for terminal-free binary.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 13:21:01 +01:00