Skip to content
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

Is model accuracy affected by buffer size of scriptProcessor node for js implementation? #203

Open
A-KVerma opened this issue Feb 21, 2022 · 1 comment

Comments

@A-KVerma
Copy link

A-KVerma commented Feb 21, 2022

Hey, Congratulations for the awesome work. I was testing the code and seems like buffer size used while creating the script Processor node is impacting the model accuracy. For Ex: if bufferSize=4096 of scriptProcessor node with 48KHz, noise suppression is better as compared to bufferSize=1024. Any idea on it? @jmvalin

Thanks

@A-KVerma
Copy link
Author

I was also checking the code you have used for js implementation of RNNNoise and you are using bufferSize = 16384, any reason for it ??
@jmvalin
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant