Disable VAD

I have a problem with the VAD (Voice Activation Detector). When I start to speak he does not recognize the first word.

I use this: https://github.com/mozilla/DeepSpeech-examples/tree/r0.8/mic_vad_streaming

I plan to use a wakeword to activate the mic_vad_streaming, so my question is: how do I deactivate the VAD? So when I say the Wakeword / Hotword DeepSpeech immediately start to recognize my voice.

Please start reading the code, you’ll need some more adjustments. For now look for webrtcvad.

1 Like

That’s right, I’m reading it (or trying, because I’m new), but if someone else has done it, I will value it. Anyway, I will share if I find the solution in case someone else has my problem.

@principemestizo Please understand the Examples repo is purely provided without any warranty and populated / maintained on a contributor basis.

1 Like

Thanks, I put the question directly in Issues of the mic_vad_streaming, maybe the creator can help me.

While I will continue reading the code.

Greetings.