added a command to list voices.

This commit is contained in:
Gabe Venberg 2025-10-20 15:41:10 +02:00
parent 2dfb7198fb
commit 09848c58a6

View file

@ -3,6 +3,9 @@ default-voice := "en_US-ryan-high"
default: default:
just --list just --list
list-voices:
python -m piper.download_voices
dl-voice voice=default-voice: dl-voice voice=default-voice:
python -m piper.download_voices --download-dir voices {{voice}} python -m piper.download_voices --download-dir voices {{voice}}