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

Luciano 9685b20097 Working plugin 7 anni fa
doc 9685b20097 Working plugin 7 anni fa
lv2ttl 9685b20097 Working plugin 7 anni fa
src 9685b20097 Working plugin 7 anni fa
.gitignore 9685b20097 Working plugin 7 anni fa
LICENSE 9685b20097 Working plugin 7 anni fa
Makefile 9685b20097 Working plugin 7 anni fa
README.md 9685b20097 Working plugin 7 anni fa
git2lv2.mk 9685b20097 Working plugin 7 anni fa
static_rnnoise.sh 1674055c8f Remove wrong flags. Specify dependencies in README file. 7 anni fa

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 and pkg-config

Commands to compile everything needed

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