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-05-20 21:26:15 +0300
commit2df113dc5fb27bb8c4d5ca53ea31c1c89851234f (patch)
tree16458556ed256c8a4561c9012f4ef3d1d6ff6be1
parentd717d85021572e5d6e2ddc3838f6c0301dc624ce (diff)
Oops, update the model link
-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...."