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

Luciano Dato c8594f365f Update requirments for new meson build 7 jaren geleden
doc 9685b20097 Working plugin 8 jaren geleden
lv2ttl 577a6e075e Fixing rnnoise build on mac. Correct plugin extension configuration for mac 8 jaren geleden
src 577a6e075e Fixing rnnoise build on mac. Correct plugin extension configuration for mac 8 jaren geleden
.gitignore 9685b20097 Working plugin 8 jaren geleden
LICENSE 9685b20097 Working plugin 8 jaren geleden
README.md c8594f365f Update requirments for new meson build 7 jaren geleden
meson.build b297689dd8 Do not use custom paths for installation. Allow prefix option when running meson. 7 jaren geleden
static_rnnoise.sh 2c105a4d58 In Linux --exclude-libs is needed. 8 jaren geleden

README.md

speech-denoiser

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

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

Installation (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.