xtts wip
This commit is contained in:
parent
2fdac61ccb
commit
0ca7da80c4
7 changed files with 128 additions and 17 deletions
5
download_voices_tts-1-hd.sh
Executable file
5
download_voices_tts-1-hd.sh
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue