jmvalin: (Default)
jmvalin ([personal profile] jmvalin) wrote2017-09-26 10:24 pm
Entry tags:

RNNoise: Learning Noise Suppression

banner

This demo presents the RNNoise project, showing how deep learning can be applied to noise suppression. The main idea is to combine classic signal processing with deep learning to create a real-time noise suppression algorithm that's small and fast. No expensive GPUs required — it runs easily on a Raspberry Pi. The result is much simpler (easier to tune) and sounds better than traditional noise suppression systems (been there!).

Read More

Asking permission to use Javascript version of RNNoise

(Anonymous) 2018-08-02 10:18 am (UTC)(link)
Hi, my name is Herru, I’ve seen your web demo https://people.xiph.org/~jm/demo/rnnoise/ about RNN for Noise Removal, it’s awesome! After testing the live recording demo, I see that the noise removal is using Javascript. I would like to ask you about the permission to use the Javascript version of it on my project (which is non commercial project), since your link to the original code was made using C and under BSD license.

Re: Asking permission to use Javascript version of RNNoise

(Anonymous) 2018-08-03 03:12 am (UTC)(link)
Thank you very much Jean-Marc.