opus/dnn/download_model.sh
2023-07-27 20:16:02 -04:00

11 lines
204 B
Bash
Executable file

#!/bin/sh
set -e
model=lpcnet_data-$1.tar.gz
if [ ! -f $model ]; then
echo "Downloading latest model"
wget https://media.xiph.org/lpcnet/data/$model
fi
tar xvof $model
touch *_data.[ch]