opus/dnn/autogen.sh
Jean-Marc Valin 8e2b539338 Model update
2023-06-01 23:35:51 -04:00

14 lines
330 B
Bash
Executable file

#!/bin/sh
# Run this to set up the build system: configure, makefiles, etc.
set -e
srcdir=`dirname $0`
test -n "$srcdir" && cd "$srcdir"
#SHA1 of the first commit compatible with the current model
commit=2ddc476
./download_model.sh $commit
echo "Updating build configuration files for lpcnet, please wait...."
autoreconf -isf