Description
Detects whether short pieces of audio contain human speech using the WebRTC voice activity detector. It helps Python applications split recordings, ignore silence, or trigger speech processing only when voice is present.
Use it as an audio-processing library. It analyzes microphone or recording data provided by another program, so handle voice data with privacy care and test accuracy with the real audio conditions you expect.