Hello, everyone.

Have you ever wanted to keep only the parts of a recording where someone is speaking?

Finding silence before transcription can reduce downstream work and divide a long recording into more manageable pieces.

Today, I will use the ONNX model from Silero VAD to detect speech in a roughly 14-second conversation and extract each segment as a WAV file.

What I Tested