Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@amazon.com>2022-03-21 20:59:25 +0300
committerJean-Marc Valin <jmvalin@amazon.com>2022-03-21 20:59:25 +0300
commitb121f8f62222fe2df2f8ca30aedca219270eb4e6 (patch)
treebdd07dc63f3dd1c6ad48b58a2e1f91f9c8a22e27
parent928a1dddfca80baf95f4b49bb95e62578dc52026 (diff)
Add LPCNet submodule
-rw-r--r--.gitmodules3
-rwxr-xr-xautogen.sh2
m---------lpcnet0
3 files changed, 5 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 00000000..876455ac
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "lpcnet"]
+ path = lpcnet
+ url = https://github.com/xiph/LPCNet
diff --git a/autogen.sh b/autogen.sh
index 380d1f3c..c3bfcbc6 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -9,6 +9,8 @@ set -e
srcdir=`dirname $0`
test -n "$srcdir" && cd "$srcdir"
+(cd lpcnet; ./download_model.sh plc_challenge_weights)
+
echo "Updating build configuration files, please wait...."
autoreconf -isf
diff --git a/lpcnet b/lpcnet
new file mode 160000
+Subproject e0acf521b56094df4a3b88cc10f2c79c2db27cd