From 205307aa261d03e47e0c972878302e26da278147 Mon Sep 17 00:00:00 2001 From: lawl Date: Sun, 5 Jul 2020 17:18:24 +0200 Subject: [PATCH] Update rnnoise_ladspa readme with more details --- librnnoise_ladspa/README | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/librnnoise_ladspa/README b/librnnoise_ladspa/README index 06f9fd6..0ee5686 100644 --- a/librnnoise_ladspa/README +++ b/librnnoise_ladspa/README @@ -1 +1,10 @@ -Put a compiled librnnoise_ladspa.so in this folder, it will be required for compilation \ No newline at end of file +Put a compiled librnnoise_ladspa.so in this folder, it will be required for compilation. + +You can find the code for this here: https://github.com/werman/noise-suppression-for-voice + +Run: + +git clone +cd noise-supression-for-voice +cmake . +make \ No newline at end of file