Silero VAD
Compact voice activity detector that classifies audio chunks in under a millisecond on CPU.
About
Silero VAD answers one narrow question, whether a chunk of audio contains speech, and does it well enough to have become the default speech gate across the open source audio ecosystem. The JIT model weighs about 2 MB and classifies a chunk of 30 ms or more in under 1 ms on a single CPU thread, so it runs comfortably inside realtime pipelines, on edge hardware, and at telephony scale. Training drew on corpora spanning more than 6,000 languages, which makes it robust to accents, noise, and domain shifts, and it accepts 8 kHz and 16 kHz sampling rates. Installation is pip install silero-vad, torch.hub, or the ONNX export, with community ports for C++, Rust, Go, Java, C#, and the browser, plus OpenVINO and ExecuTorch paths. Downstream projects such as RealtimeSTT build it in as their voice activity layer, and countless transcription and voice agent stacks trigger their ASR through it. The model is MIT licensed with no telemetry or vendor lock-in, the repository holds around 9,800 stars, and documentation lives in the project wiki.
Reviews (0)
Leave a Review
No reviews yet. Be the first to review!
Details
- Price
- Free
- Platform
- Local/Desktop
- Difficulty
- Easy (2/5)
- License
- MIT
- Added
- Jul 29, 2026
Related Tools
Convolution-augmented transformer for speech recognition in ESPnet toolkit.
End-to-end speech processing toolkit covering ASR, TTS, and speech translation.
CLI tool that transcribes audio 10x faster using pipeline optimizations.
Established speech recognition toolkit used in research and production systems.
Self-supervised speech representation model by Meta for ASR.
Multilingual ASR model by NVIDIA supporting 4 languages with translation.
Mentioned in
Building Real-Time Voice Agents: TEN, Pipecat, and LiveKit
A working guide to real-time voice agent stacks: latency budgets, turn detection, interruption handling,...
Max P
Beyond Whisper: Parakeet, SenseVoice and ASR in 2026
Whisper is no longer the default: how Parakeet, SenseVoice, Kimi-Audio, Ultravox and Moshi compare on...
Max P