0.2.0 rc1

This commit is contained in:
matatonic 2023-11-27 19:27:31 -05:00
parent 0ca7da80c4
commit 7a6abf1538
8 changed files with 126 additions and 143 deletions

View file

@ -1,5 +1,4 @@
#!/bin/sh
COQUI_TOS_AGREED=1
tts --model_name "tts_models/multilingual/multi-dataset/xtts_v2" --text "Done" --language_idx "en" --speaker_wav voices/alloy.wav --pipe_out | \
ffmpeg -f s16le -ar 22050 -ac 1 -i - > /dev/null
rm -f tts_output.wav
model="tts_models/multilingual/multi-dataset/xtts_v2"
python -c "from TTS.utils.manage import ModelManager; ModelManager().download_model('$model')"