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

gitlab.xiph.org/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>2023-06-16 20:01:12 +0300
commit14539a7ef24d929e839991db7590764839bbd9a6 (patch)
tree0199dcba1178c1f6eadff9d70f0e9233c7c10949 /autogen.sh
parentc943d4b1453fbf19ea011dcf7652b25de9d2bff6 (diff)
Add LPCNet submodule
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 2 insertions, 0 deletions
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