Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Handy is a cross-platform desktop speech-to-text application built with Tauri (R
- `whisper-rs` - Local Whisper inference with GPU acceleration
- `cpal` - Cross-platform audio I/O
- `vad-rs` - Voice Activity Detection
- `rdev` - Global keyboard shortcuts
- `objc2-app-kit`/`block2` - macOS Accessibility-based event monitoring
- `rubato` - Audio resampling
- `rodio` - Audio playback for feedback sounds

Expand All @@ -103,4 +103,4 @@ Settings are stored using Tauri's store plugin with reactive updates:

### Single Instance Architecture

The app enforces single instance behavior - launching when already running brings the settings window to front rather than creating a new process.
The app enforces single instance behavior - launching when already running brings the settings window to front rather than creating a new process.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Handy is built as a Tauri application combining:
- `transcription-rs`: CPU-optimized speech recognition with Parakeet models
- `cpal`: Cross-platform audio I/O
- `vad-rs`: Voice Activity Detection
- `rdev`: Global keyboard shortcuts and system events
- `objc2-app-kit` + `block2`: macOS Accessibility-based event monitoring for Fn shortcuts
- `rubato`: Audio resampling

## Known Issues & Current Limitations
Expand Down
Loading