-
Hi, I use voice recognition on my raspberry pi with a dsp (I can configure this dsp (gain, pass filter, ...)). Is there an order to implement audio processes (like agc, vad, reveber, noise reduction,...) before your vad? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
All of the knobs are here - Lines 161 to 170 in 82d199f Be sure to test on the audio from your domain first, i.e. plot the probability chart and decide on the hyper-params
You can combine our VAD with any other VAD or algorithm and use its features in your algorithm.
Not sure why adding more noise or reverb before the VAD is helpful, but the VAD just receives audio. |
Beta Was this translation helpful? Give feedback.
All of the knobs are here -
silero-vad/utils_vad.py
Lines 161 to 170 in 82d199f
Be sure to test on the audio from your domain first, i.e. plot the probability chart and decide on the hyper-params