Updated the rnnoise path
This commit is contained in:
parent
7aa8c310d9
commit
e03141c037
14
.gitmodules
vendored
14
.gitmodules
vendored
@ -41,22 +41,19 @@
|
|||||||
url = https://github.com/WolverinDEV/StringVariable.git
|
url = https://github.com/WolverinDEV/StringVariable.git
|
||||||
[submodule "third_party/Thread-Pool"]
|
[submodule "third_party/Thread-Pool"]
|
||||||
path = 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"]
|
[submodule "third_party/tomcrypt"]
|
||||||
path = 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"]
|
[submodule "third_party/tommath"]
|
||||||
path = 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"]
|
[submodule "third_party/jsoncpp"]
|
||||||
path = third_party/jsoncpp
|
path = third_party/jsoncpp
|
||||||
url = https://github.com/open-source-parsers/jsoncpp.git
|
url = https://github.com/open-source-parsers/jsoncpp.git
|
||||||
[submodule "third_party/protobuf"]
|
[submodule "third_party/protobuf"]
|
||||||
path = third_party/protobuf
|
path = third_party/protobuf
|
||||||
url = https://github.com/google/protobuf.git
|
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"]
|
[submodule "third_party/yaml-cpp"]
|
||||||
path = third_party/yaml-cpp
|
path = third_party/yaml-cpp
|
||||||
url = https://github.com/jbeder/yaml-cpp.git
|
url = https://github.com/jbeder/yaml-cpp.git
|
||||||
@ -65,7 +62,7 @@
|
|||||||
url = https://github.com/jemalloc/jemalloc.git
|
url = https://github.com/jemalloc/jemalloc.git
|
||||||
[submodule "shared"]
|
[submodule "shared"]
|
||||||
path = shared
|
path = shared
|
||||||
url = https://git.did.science/WolverinDEV/TeaSpeak-SharedLib.git
|
url = https://git.did.science/TeaSpeak/TeaSpeakLibrary.git
|
||||||
[submodule "third_party/boringssl"]
|
[submodule "third_party/boringssl"]
|
||||||
path = third_party/boringssl
|
path = third_party/boringssl
|
||||||
url = https://git.did.science/WolverinDEV/boringssl.git
|
url = https://git.did.science/WolverinDEV/boringssl.git
|
||||||
@ -81,3 +78,6 @@
|
|||||||
[submodule "third_party/soundio"]
|
[submodule "third_party/soundio"]
|
||||||
path = third_party/soundio
|
path = third_party/soundio
|
||||||
url = https://github.com/WolverinDEV/libsoundio.git
|
url = https://github.com/WolverinDEV/libsoundio.git
|
||||||
|
[submodule "third_party/rnnoise"]
|
||||||
|
path = third_party/rnnoise
|
||||||
|
url = https://github.com/TeaSpeak/rnnoise-cmake.git
|
||||||
|
1
third_party/rnnnoise
vendored
Submodule
1
third_party/rnnnoise
vendored
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit d981adb2e797216f456cfcf158f73761a29981f8
|
Loading…
Reference in New Issue
Block a user