xiph / rnnoise

Recurrent neural network for audio noise reduction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

A-KVerma opened this issue · comments

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

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