Self-contained voice activity detector (VAD) for Python. Lightweight, no external dependencies, uses WebRTC VAD engine. Current version: 2.0.1, release cadence: irregular.
pip install pymicro-vadNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a VAD instance and checks if a 10ms audio frame contains speech.
Convert audio to bytes using (array * 32767).astype('int16').tobytes() if using floats.Ensure frame length in samples = sample_rate * 0.01 (e.g., 160 for 16kHz).
No dependency data recorded yet.