This commit is contained in:
matatonic 2023-11-27 16:57:53 -05:00
parent 2fdac61ccb
commit 0ca7da80c4
7 changed files with 128 additions and 17 deletions

5
download_voices_tts-1-hd.sh Executable file
View file

@ -0,0 +1,5 @@
#!/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