Skip to content

A speech denoise lv2 plugin based on RNNoise library

License

Notifications You must be signed in to change notification settings

donghaiyw/speech-denoiser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

speech-denoiser

A speech denoise lv2 plugin based on the modified Xiph's RNNoise library by GregorR

What is RNNoise?

RNNoise is a library that uses deep learning to apply noise supression to audio sources with voice presence. You can learn more about it here: https://people.xiph.org/~jm/demo/rnnoise/

Requirements

You will require git gnu-make gnu-autoconf gnu-m4 gnu-libtool glibc to be installed on your system in order to compile the static instance of RNNoise library

To compile and install this plug-in you will need the LV2 SDK, Meson build system (use pip3 to install it), ninja compiler and git

Installation

  git clone https://github.com/lucianodato/speech-denoiser.git
  cd speech-denoiser
  chmod +x install.sh && ./install.sh

Help RNNoise to get better!

Remember to donate a minute of noise to the cause -> https://people.xiph.org/~jm/demo/rnnoise/donate.html

Alternative

Make sure to check out Noise Repellent LV2 plugin if this is not working for you -> https://github.com/lucianodato/noise-repellent

About

A speech denoise lv2 plugin based on RNNoise library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.0%
  • M4 0.7%
  • C++ 0.6%
  • Python 0.4%
  • Shell 0.1%
  • Makefile 0.1%
  • Meson 0.1%