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

Luciano Dato 1674055c8f Remove wrong flags. Specify dependencies in README file. преди 8 години
lv2ttl d5fa399be0 Misc 2 преди 8 години
src 47223966dd Better name for variables преди 8 години
.gitignore 2fe1b29461 Initial commit преди 8 години
LICENSE 2fe1b29461 Initial commit преди 8 години
Makefile bf972c20c9 Init commit преди 8 години
README.md 1674055c8f Remove wrong flags. Specify dependencies in README file. преди 8 години
doxygen.conf f29841f0cc Misc преди 8 години
git2lv2.mk bf972c20c9 Init commit преди 8 години
static_rnnoise.sh 1674055c8f Remove wrong flags. Specify dependencies in README file. преди 8 години

README.md

speech-denoiser

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

IT DOES NOT WORK YET!!!

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 For the plugin itself you'll need LV2 SDK, gnu-make, a c-compiler, git, pkg-config

Commands to compile everything needed

  chmod +x static_rnnoise.sh
  ./static_rnnoise.sh
  make
  sudo make install