https://github.com/lucianodato/speech-denoiser
A speech denoise lv2 plugin based on RNNoise library
https://github.com/lucianodato/speech-denoiser
audio lv2 lv2-plugin noise-reduction rnn speech xiph
Last synced: about 1 year ago
JSON representation
A speech denoise lv2 plugin based on RNNoise library
- Host: GitHub
- URL: https://github.com/lucianodato/speech-denoiser
- Owner: lucianodato
- License: lgpl-3.0
- Created: 2017-10-04T18:33:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-03T16:57:42.000Z (over 4 years ago)
- Last Synced: 2025-04-09T16:21:02.731Z (about 1 year ago)
- Topics: audio, lv2, lv2-plugin, noise-reduction, rnn, speech, xiph
- Language: C
- Homepage:
- Size: 845 KB
- Stars: 290
- Watchers: 12
- Forks: 29
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/lucianodato/speech-denoiser)
**WARNING!!!!** This project is not being actively mantained currently please refer to https://github.com/werman/noise-suppression-for-voice which is similar and more updated.
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
-----
```bash
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