#!/usr/bin/env bash set -ex pip install iso639-lang echo "LANG: $LANG" echo "NAME: $NAME" wget -q https://github.com/MycroftAI/mimic3-voices/raw/master/voices/$LANG/$NAME/generator.onnx wget -q https://raw.githubusercontent.com/MycroftAI/mimic3-voices/master/voices/$LANG/$NAME/config.json wget -q https://raw.githubusercontent.com/MycroftAI/mimic3-voices/master/voices/$LANG/$NAME/phonemes.txt mv generator.onnx $LANG-$NAME.onnx mv config.json $LANG-$NAME.onnx.json cat >README.md <