Explorar el Código

Clarification on README

Luciano Dato hace 7 años
padre
commit
2f61040f69
Se han modificado 1 ficheros con 12 adiciones y 1 borrados
  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
+```