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-09-15 21:40:44 +0300
commit6471627667878c74ba794decf354dc8d3b58caf3 (patch)
tree601bbf42dae63ee2dfde1e01946612e7100c94f7
parenta5753e301603a8cb169fe8b6375ee3cca2198cee (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