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

Luciano 5dd19ee4e5 Changing ttl name. Meson build does not require ttl configuration for this file. 7 år sedan
doc 9685b20097 Working plugin 7 år sedan
lv2ttl 5dd19ee4e5 Changing ttl name. Meson build does not require ttl configuration for this file. 7 år sedan
src 9685b20097 Working plugin 7 år sedan
.gitignore 9685b20097 Working plugin 7 år sedan
LICENSE 9685b20097 Working plugin 7 år sedan
Makefile 9685b20097 Working plugin 7 år sedan
README.md ae2c9d9b69 The plugin works now 7 år sedan
git2lv2.mk 9685b20097 Working plugin 7 år sedan
meson.build 0902fc43ee Working on a meson build 7 år sedan
static_rnnoise.sh 1674055c8f Remove wrong flags. Specify dependencies in README file. 8 år sedan

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

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