Explorar o código

Clarification on README

Luciano Dato %!s(int64=7) %!d(string=hai) anos
pai
achega
2f61040f69
Modificáronse 1 ficheiros con 12 adicións e 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
+```