镜像 speech-denoiser https://github.com/lucianodato/speech-denoiser.git
|
преди 7 години | |
---|---|---|
doc | преди 7 години | |
lv2ttl | преди 7 години | |
src | преди 7 години | |
.gitignore | преди 7 години | |
.travis.yml | преди 7 години | |
LICENSE | преди 7 години | |
README.md | преди 7 години | |
meson.build | преди 7 години | |
static_rnnoise.sh | преди 7 години |
A speech denoise lv2 plugin based on Xiph's RNNoise library
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/
You will require git gnu-make gnu-autoconf gnu-m4 gnu-libtool 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
Use whatever --prefix folder your OS needs, for example in MacOS:
chmod +x static_rnnoise.sh
./static_rnnoise.sh
meson build --buildtype release --prefix "/Library/Audio/Plug-Ins/LV2" && cd build
ninja && sudo ninja install
In linux prefix should be --prefix "/usr/local/lib/lv2" or something similar depending on your distro filesystem requirments.
Remember to donate a minute of noise to the cause -> https://people.xiph.org/~jm/demo/rnnoise/donate.html
Make sure to check out Noise Repellent LV2 plugin if this is not working for you -> https://github.com/lucianodato/noise-repellent