From e03141c0379c083d5cbf3ddd45cba4f17a504167 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Wed, 30 Sep 2020 12:18:15 +0200 Subject: [PATCH] Updated the rnnoise path --- .gitmodules | 14 +++++++------- third_party/rnnnoise | 1 + 2 files changed, 8 insertions(+), 7 deletions(-) create mode 160000 third_party/rnnnoise diff --git a/.gitmodules b/.gitmodules index 72430a9..5877b28 100644 --- a/.gitmodules +++ b/.gitmodules @@ -41,22 +41,19 @@ url = https://github.com/WolverinDEV/StringVariable.git [submodule "third_party/Thread-Pool"] path = third_party/Thread-Pool - url = https://git.did.science/WolverinDEV/Thread-Pool.git + url = https://git.did.science/WolverinDEV/ThreadPool.git [submodule "third_party/tomcrypt"] path = third_party/tomcrypt - url = https://git.did.science/WolverinDEV/tomcrypt.git + url = https://git.did.science/TeaSpeak/libraries/tomcrypt.git [submodule "third_party/tommath"] path = third_party/tommath - url = https://git.did.science/WolverinDEV/tommath.git + url = https://git.did.science/TeaSpeak/libraries/tommath.git [submodule "third_party/jsoncpp"] path = third_party/jsoncpp url = https://github.com/open-source-parsers/jsoncpp.git [submodule "third_party/protobuf"] path = third_party/protobuf url = https://github.com/google/protobuf.git -[submodule "third_party/mysqlconnector"] - path = third_party/mysqlconnector - url = https://github.com/mysql/mysql-connector-cpp.git [submodule "third_party/yaml-cpp"] path = third_party/yaml-cpp url = https://github.com/jbeder/yaml-cpp.git @@ -65,7 +62,7 @@ url = https://github.com/jemalloc/jemalloc.git [submodule "shared"] path = shared - url = https://git.did.science/WolverinDEV/TeaSpeak-SharedLib.git + url = https://git.did.science/TeaSpeak/TeaSpeakLibrary.git [submodule "third_party/boringssl"] path = third_party/boringssl url = https://git.did.science/WolverinDEV/boringssl.git @@ -81,3 +78,6 @@ [submodule "third_party/soundio"] path = third_party/soundio url = https://github.com/WolverinDEV/libsoundio.git +[submodule "third_party/rnnoise"] + path = third_party/rnnoise + url = https://github.com/TeaSpeak/rnnoise-cmake.git diff --git a/third_party/rnnnoise b/third_party/rnnnoise new file mode 160000 index 0000000..d981adb --- /dev/null +++ b/third_party/rnnnoise @@ -0,0 +1 @@ +Subproject commit d981adb2e797216f456cfcf158f73761a29981f8