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

CrocoDuck O'Ducks 36d1da748e Update install.sh 7 năm trước cách đây
doc 9685b20097 Working plugin 7 năm trước cách đây
lv2ttl 577a6e075e Fixing rnnoise build on mac. Correct plugin extension configuration for mac 7 năm trước cách đây
rnnoise @ 91ef401f4c 59574a97cf Adding rnnoise as a submodule 7 năm trước cách đây
src fb9a966b4c Fix glitch sound when bypassing. Adding the option to preserve rrnoise build to avoid downloading every time while developing. 7 năm trước cách đây
.gitignore 9685b20097 Working plugin 7 năm trước cách đây
.gitmodules 59574a97cf Adding rnnoise as a submodule 7 năm trước cách đây
.travis.yml 946ea581c7 Attempt failed. Might be a meson build bug 7 năm trước cách đây
LICENSE 9685b20097 Working plugin 7 năm trước cách đây
README.md e97e139ac8 Updated README,md 7 năm trước cách đây
install.sh 36d1da748e Update install.sh 7 năm trước cách đây
meson.build 95bcf04f90 Fixed meson.build 7 năm trước cách đây
static_rnnoise.sh 286e3b61d5 Re add static rnnoise building script 7 năm trước cách đây

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 --recursive https://github.com/CrocoDuckoDucks/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