镜像 speech-denoiser https://github.com/lucianodato/speech-denoiser.git
|
|
7 år sedan | |
|---|---|---|
| doc | 7 år sedan | |
| lv2ttl | 7 år sedan | |
| src | 7 år sedan | |
| .gitignore | 7 år sedan | |
| LICENSE | 7 år sedan | |
| Makefile | 7 år sedan | |
| README.md | 7 år sedan | |
| git2lv2.mk | 7 år sedan | |
| meson.build | 7 år sedan | |
| static_rnnoise.sh | 8 år sedan |
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