镜像 speech-denoiser https://github.com/lucianodato/speech-denoiser.git
|
|
před 8 roky | |
|---|---|---|
| doc | před 8 roky | |
| lv2ttl | před 8 roky | |
| src | před 8 roky | |
| .gitignore | před 8 roky | |
| LICENSE | před 8 roky | |
| Makefile | před 8 roky | |
| README.md | před 8 roky | |
| git2lv2.mk | před 8 roky | |
| static_rnnoise.sh | před 8 roky |
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