Skip to content
Discussion options

You must be logged in to vote

Is there a suggested logic behind resetting and any recommendations how often it is reasonable to call it, especially in streaming cases when there is no clear "audio end" for the never-ending input stream?
But then how often to reset?

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).

pyaudio-streaming-examples.ipynb

The more likely culprit is that we changed the VAD interface in v5 and 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,

I have recorded a wav file that triggers this issue. Here are matplotli…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@progmars
Comment options

@snakers4
Comment options

@snakers4
Comment options

@progmars
Comment options

Answer selected by snakers4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
help wanted Extra attention is needed
2 participants
Converted from issue

This discussion was converted from issue #725 on November 18, 2025 07:49.