Voce is a privacy-first, on-device macOS app that performs real-time speaker identification and voice filtering. It learns your voice during a short enrollment step, then uses that model to pass only your speech and silence everyone else’s — no cloud, no latency, no data leaving your machine.
Features
- On-device speaker enrollment and identification
- Real-time audio filtering via virtual audio device (BlackHole)
- CoreML acceleration on Apple Silicon
- Runs as a lightweight macOS menubar app
Tech Stack
Built in Rust with ONNX Runtime and CoreML for inference, cpal for audio I/O, and wry/winit for the menubar UI. Targets Apple Silicon (M1/M2/M3).