mirror of
https://github.com/matatonic/openedai-speech
synced 2025-06-26 18:16:32 +00:00
8 lines
130 B
Bash
Executable File
8 lines
130 B
Bash
Executable File
#!/bin/bash
|
|
|
|
[ -f speech.env ] && . speech.env
|
|
|
|
bash download_voices_tts-1.sh
|
|
|
|
python speech.py --xtts_device none $EXTRA_ARGS $@
|