diff --git a/justfile b/justfile index 04d734a..3aacfdc 100644 --- a/justfile +++ b/justfile @@ -3,6 +3,9 @@ default-voice := "en_US-ryan-high" default: just --list +list-voices: + python -m piper.download_voices + dl-voice voice=default-voice: python -m piper.download_voices --download-dir voices {{voice}}