opus/dnn/autogen.sh
Jean-Marc Valin c0cfcbcfbd update model
New model that can handle absent Burg features
2022-12-19 17:11:33 -05: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=5e88ebe
./download_model.sh $commit
echo "Updating build configuration files for lpcnet, please wait...."
autoreconf -isf