Skip to content

Commit

Permalink
mimic
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Jan 15, 2025
1 parent 5c52296 commit 41ac565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_raspOVOS_en.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ echo "Installing Piper TTS..."
uv pip install --no-progress ovos-tts-plugin-piper -c $CONSTRAINTS

echo "Installing Mimic TTS (for G2P)"
apt-get install autoconf automake libtool
apt-get install -y --no-install-recommends autoconf automake libtool
MIMIC_VERSION=1.2.0.2
MIMIC_DIR=/tmp/mimic
git clone --branch ${MIMIC_VERSION} https://github.com/MycroftAI/mimic.git --depth=1 $MIMIC_DIR
Expand Down

0 comments on commit 41ac565

Please sign in to comment.