镜像 speech-denoiser https://github.com/lucianodato/speech-denoiser.git
|
|
преди 8 години | |
|---|---|---|
| lv2ttl | преди 8 години | |
| src | преди 8 години | |
| .gitignore | преди 8 години | |
| LICENSE | преди 8 години | |
| Makefile | преди 8 години | |
| README.md | преди 8 години | |
| doxygen.conf | преди 8 години | |
| git2lv2.mk | преди 8 години | |
| static_rnnoise.sh | преди 8 години |
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, pkg-config
Commands to compile everything needed
chmod +x static_rnnoise.sh
./static_rnnoise.sh
make
sudo make install