镜像 speech-denoiser https://github.com/lucianodato/speech-denoiser.git

Luciano Dato 57ed881609 Readd a deleted line in the install script. Now fully using rnnoise-nu. Amount of dB for reduction now possible. il y a 7 ans
doc 9685b20097 Working plugin il y a 7 ans
lv2ttl 57ed881609 Readd a deleted line in the install script. Now fully using rnnoise-nu. Amount of dB for reduction now possible. il y a 7 ans
rnnoise @ 925c2ba55e f5c1e2f6d5 Almost there. Too tired to finish it. There are some scaling problems to solve. Probably something easy. il y a 7 ans
src 57ed881609 Readd a deleted line in the install script. Now fully using rnnoise-nu. Amount of dB for reduction now possible. il y a 7 ans
.gitignore 9685b20097 Working plugin il y a 7 ans
.gitmodules ed6ad93b1b Wrong directory name. il y a 7 ans
.travis.yml ab14ff48ac Fixing travis il y a 7 ans
LICENSE 9685b20097 Working plugin il y a 7 ans
README.md 76852d1265 Instruction modified to directly clone submodules. There's a mix control now but it doesn't work as expected yet. il y a 7 ans
install.sh 57ed881609 Readd a deleted line in the install script. Now fully using rnnoise-nu. Amount of dB for reduction now possible. il y a 7 ans
meson.build f5c1e2f6d5 Almost there. Too tired to finish it. There are some scaling problems to solve. Probably something easy. il y a 7 ans
static_rnnoise.sh d4c243ecda Don't use make threads by default. Change install script to accommodate rnnoise submodule. il y a 7 ans

README.md

Build Status

speech-denoiser

A speech denoise lv2 plugin based on Xiph's RNNoise library

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 --recurse-submodules 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