Luciano Dato 7 years ago
parent
commit
25819f40e9
2 changed files with 3 additions and 3 deletions
  1. 2 2
      .gitmodules
  2. 1 1
      src/sdenoise.c

+ 2 - 2
.gitmodules

@@ -1,3 +1,3 @@
-[submodule "rnnoise"]
-	path = rnnoise
+[submodule "rnnoise-nu"]
+	path = rnnoise-nu
 	url = https://github.com/GregorR/rnnoise-nu

+ 1 - 1
src/sdenoise.c

@@ -32,7 +32,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/
 #include <stdio.h>
 #include <limits.h>
 
-#include <rnnoise.h>
+#include <rnnoise-nu.h>
 #include "lv2/lv2plug.in/ns/lv2core/lv2.h"
 
 #define SDENOISE_URI "https://github.com/lucianodato/speech-denoiser"