lucianodato / noise-repellent

Lv2 suite of plugins for broadband noise reduction
GNU Lesser General Public License v3.0
463 stars 39 forks source link

RNNoise - neural network to improve noise cancelling #53

Closed unfa closed 4 years ago

unfa commented 6 years ago

I have stumbled upon this project on Xiph.org and I thought it could be a great resource fro Noise Repellent. They have created a fast, realtime and cpu-efficient noise suppression tool using a neural network.

Source code and whitepaper are available:

https://people.xiph.org/~jm/demo/rnnoise/

lucianodato commented 6 years ago

Hey unfa! I have a plugin based on that library. It's called speech-denoise but the problem is that this library only supports 16 bit raw data and is quite difficult to change that for what I can tell. But definitely possible.

lucianodato commented 6 years ago

This could be used as a VAD for the adaptive mode

lucianodato commented 6 years ago

Related to lucianodato/libspecbleach#17

unfa commented 4 years ago

Awesome! I thought Vocal Denoiser is just a pre-tuned simpler version of Noise Repellent. I need to make a video about these two :)