-
Notifications
You must be signed in to change notification settings - Fork 410
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
multiprocessing bug #84
Comments
Another strange thing. The following source code
The output
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sir, Madam,
I may need some help in order to use webrtcvad in multiprocess environment.
I'm working with pcm alaw audio which are converted in linear pcm for analysis purpose. Before processing the analysis, I'm using webrtcvad library in order to detect silences. Everything is ok if I'm doing one analysis at a time but as long I'm doing several silence detection at a time it fails.
The following code detect the silences:
The following doesn't detect the silences
Did I miss something?
I also added some logs to display the buffer which is analized, and in both case, the buffer is the same
audio.zip
The text was updated successfully, but these errors were encountered: