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

3
download_voices_tts-1.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
piper --update-voices --data-dir voices --download-dir voices --model en_GB-northern_english_male-medium < /dev/null > /dev/null
piper --data-dir voices --download-dir voices --model en_US-libritts_r-medium < /dev/null > /dev/null