• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H07-Oct-2018-87

lv2ttl/H07-Oct-2018-7770

rnnoise/H07-Oct-2018-71,60969,874

src/H07-Oct-2018-293167

.gitignoreH A D07-Oct-2018430 5344

.travis.ymlH A D07-Oct-20181 KiB3530

LICENSEH A D07-Oct-20187.5 KiB166128

README.mdH A D07-Oct-20181.2 KiB3224

install.shH A D07-Oct-20181.2 KiB4429

meson.buildH A D03-May-20221.8 KiB5543

static_rnnoise.shH A D07-Oct-20181 KiB3215

README.md

1[![Build Status](https://travis-ci.org/lucianodato/speech-denoiser.svg?branch=master)](https://travis-ci.org/lucianodato/speech-denoiser)
2
3speech-denoiser
4------
5A speech denoise lv2 plugin based on the modified Xiph's RNNoise library by GregorR
6
7What is RNNoise?
8-----
9RNNoise 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/
10
11Requirements
12-----
13You 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
14
15To compile and install this plug-in you will need the LV2 SDK, Meson build system (use pip3 to install it), ninja compiler and git
16
17Installation
18-----
19```bash
20  git clone https://github.com/lucianodato/speech-denoiser.git
21  cd speech-denoiser
22  chmod +x install.sh && ./install.sh
23```
24
25Help RNNoise to get better!
26-----
27Remember to donate a minute of noise to the cause -> https://people.xiph.org/~jm/demo/rnnoise/donate.html
28
29Alternative
30-----
31Make sure to check out Noise Repellent LV2 plugin if this is not working for you -> https://github.com/lucianodato/noise-repellent
32