소스 검색

Instruction modified to directly clone submodules. There's a mix control now but it doesn't work as expected yet.

Luciano Dato 7 년 전
부모
커밋
76852d1265
3개의 변경된 파일2개의 추가작업 그리고 6개의 파일을 삭제
  1. 1 1
      README.md
  2. 0 4
      install.sh
  3. 1 1
      lv2ttl/sdenoise.ttl

+ 1 - 1
README.md

@@ -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
 ```

+ 0 - 4
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)
 

+ 1 - 1
lv2ttl/sdenoise.ttl

@@ -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,