Parcourir la source

Clarification on README

Luciano Dato il y a 7 ans
Parent
commit
2f61040f69
1 fichiers modifiés avec 12 ajouts et 1 suppressions
  1. 12 1
      README.md

+ 12 - 1
README.md

@@ -1,2 +1,13 @@
 # speech-denoiser
-A speech denoise lv2 plugin
+------
+A speech denoise lv2 plugin based on Xiph's RNNoise library
+
+IT DOES NOT WORK YET!!!
+
+To compile it
+```bash
+  chmod +x static_rnnoise.sh
+  ./static_rnnoise.sh
+  make
+  sudo make install
+```