镜像 speech-denoiser https://github.com/lucianodato/speech-denoiser.git
|
|
%!s(int64=8) %!d(string=hai) anos | |
|---|---|---|
| doc | %!s(int64=8) %!d(string=hai) anos | |
| lv2ttl | %!s(int64=8) %!d(string=hai) anos | |
| src | %!s(int64=8) %!d(string=hai) anos | |
| .gitignore | %!s(int64=8) %!d(string=hai) anos | |
| LICENSE | %!s(int64=8) %!d(string=hai) anos | |
| Makefile | %!s(int64=8) %!d(string=hai) anos | |
| README.md | %!s(int64=8) %!d(string=hai) anos | |
| git2lv2.mk | %!s(int64=8) %!d(string=hai) anos | |
| static_rnnoise.sh | %!s(int64=8) %!d(string=hai) anos |
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