-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
The more likely culprit is that we changed the VAD interface in
There is a much simpler way to debug how the VAD works. Just use the standard interface: silero-vad/src/silero_vad/utils_vad.py Lines 212 to 227 in 3ca476e Then just use the |
Beta Was this translation helpful? Give feedback.




reset_states()should be called when the new audio stream starts and / or the old one ends (e.g. at the begging of each new session).The more likely culprit is that we changed the VAD interface in
v5and the example may have not been updated accordingly.For PyTorch we tucked the changes inside of the model, so it is strange that is is misbehaving,