@@ -17,7 +17,7 @@ To compile and install this plug-in you will need the LV2 SDK, Meson build syste
Installation
-----
```bash
- git clone --recursive https://github.com/CrocoDuckoDucks/speech-denoiser.git
+ git clone --recurse-submodules https://github.com/lucianodato/speech-denoiser.git
cd speech-denoiser
chmod +x install.sh && ./install.sh
```
@@ -13,11 +13,7 @@ case $OS in
esac
#build rrnoise statically
-git submodule init
-git config submodule.rnnoise.url "rnnoise"
-git submodule update
cd rnnoise
-git submodule sync
./autogen.sh
mv ../ltmain.sh ./ && ./autogen.sh #This is weird but otherwise it won't work (Related to bug #24 in rnnoise)
@@ -40,7 +40,7 @@
lv2:symbol "mix" ;
lv2:minimum 0.0 ;
lv2:maximum 100.0 ;
- lv2:default 70.0 ;
+ lv2:default 100.0 ;
units:unit units:pc ;
], [
a lv2:OutputPort,