xiph / rnnoise

Recurrent neural network for audio noise reduction
BSD 3-Clause "New" or "Revised" License
3.89k stars 882 forks source link

using RNNoise in browser #192

Open vishaldhull09 opened 2 years ago

vishaldhull09 commented 2 years ago

hi,i saw the browser implementation of RNNoise,i am curious to know how is this python model is being used in JS ? and where we are initializing it's weight in JS files ? Thank you

irtiq7 commented 1 year ago

Where did you see the JS implementation?

SamuelLarkin commented 1 year ago

My guess is that @vishaldhull09 is referring to https://jmvalin.ca/demo/rnnoise/ which use a js implementation to do a live demo.