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

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

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