tellme/Sources/App
Felipe M. 6e768a7753
Implement Phase 1: Global hotkey, HUD, and audio capture
Add complete listening UX without STT:
- Global hotkey manager with ⌘⇧V, push-to-talk and toggle modes
- Floating HUD with real-time RMS audio visualization
- AVAudioEngine capture with 16kHz mono PCM conversion
- 10-minute dictation timeout with ESC cancellation
- Optional start/stop sounds and microphone permissions
- Permission management for accessibility and input monitoring

All Phase 1 acceptance criteria met.
2025-09-18 20:06:46 +02:00
..
AppController.swift Implement Phase 1: Global hotkey, HUD, and audio capture 2025-09-18 20:06:46 +02:00
HotkeyManager.swift Implement Phase 1: Global hotkey, HUD, and audio capture 2025-09-18 20:06:46 +02:00
HUDWindow.swift Implement Phase 1: Global hotkey, HUD, and audio capture 2025-09-18 20:06:46 +02:00
MenuWhisperApp.swift Implement Phase 1: Global hotkey, HUD, and audio capture 2025-09-18 20:06:46 +02:00
SoundManager.swift Implement Phase 1: Global hotkey, HUD, and audio capture 2025-09-18 20:06:46 +02:00