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>2023-05-20 21:26:15 +0300
committerJean-Marc Valin <jmvalin@amazon.com>2023-06-16 20:01:41 +0300
commit8c7de54ed1bdbcbb389066fde55bc80a73a453cd (patch)
treee7cddbefae0fdeea52225ca2bd89cf0e07c1e31f /autogen.sh
parentfa86a030e74dfff47bad4a2afe180e6f1b115f8e (diff)
Oops, update the model link
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 46f21bb3..2eee9107 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -10,7 +10,7 @@ srcdir=`dirname $0`
test -n "$srcdir" && cd "$srcdir"
git submodule update --init
-(cd lpcnet; ./download_model.sh 301a9fb)
+(cd lpcnet; ./download_model.sh f1071fa)
echo "Updating build configuration files, please wait...."