Commit Graph

10 Commits

Author SHA1 Message Date
Christian Kauer 4a9a1ec799 fix dict path 2026-03-25 16:24:18 +01:00
Christian Kauer 79f5bfabe5 upd typer permissions, and relative path 2026-03-25 09:04:53 +01:00
Christian Kauer 6172cc0601 upd settings-window 2026-03-23 16:24:41 +01:00
Christian Kauer e06d7a555d fix timer setting 2026-03-23 16:06:40 +01:00
Christian Kauer 9a0d080fb8 added grammar check 2026-03-23 14:54:17 +01:00
Christian Kauer e802ab2b3c fix linux 2026-03-22 13:12:23 +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