ricky0123/vad
Voice activity detector (VAD) for the browser with a simple API observed · 2026-08-28
Health v2 · maintenance only
69/100
- Activity 65
- Release rhythm 57
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 0.0
- age_days: 1416
- days_rel: 285
- days_push: 215
- n_releases_24m: 11
Adoption not part of the score
2043 stars · 269 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A JavaScript/TypeScript library that runs Silero VAD via ONNX Runtime Web to detect voice activity directly in the browser. It provides a simple API for microphone permission prompts and callbacks on audio segments containing speech, with a React wrapper package included.
Use cases
- detect when a user is speaking in the browser
- send only speech segments of audio to a server for transcription
- show a speaking indicator animation during voice chat
- run voice activity detection client-side without a backend
- build a push-to-talk or voice-triggered web interface
- preprocess audio before speech-to-text in a web app
When to choose
- you need accurate, real-time voice activity detection in a browser
- you want a simple callback-based API instead of raw ONNX model handling
- you're building a React app and want hooks for VAD
- you want to reduce audio sent to speech-to-text services by filtering silence
When to avoid
- you need server-side Node.js VAD - node support is discontinued as of Oct 2024
- you need voice activity detection outside the browser (Python, mobile native, embedded)
- you need full speech recognition rather than just speech detection
- you require a permissively licensed dependency - the license is non-standard
Facets
library · maturity active
speech-recognition audio-processing machine-learning sdk speech-processing web-development machine-learning frontend browser voice-activity-detection silero-vad onnx-runtime-web web-audio-api react microphone real-time-audio audio web-server javascript nodejs typescript
4 sources
- readme: https://github.com/ricky0123/vad · fetched 2026-08-28 · b2e305b0ae30
- homepage: https://www.vad.ricky0123.com · fetched 2026-08-29 · 2af9a1604315
- site_page: https://docs.vad.ricky0123.com · fetched 2026-08-29 · e2656e9bb956
- site_page: https://docs.vad.ricky0123.com/ · fetched 2026-08-29 · e2656e9bb956
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ricky0123/vad | main | 69 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem