From 09848c58a65023225197d21abfd6fa034a66a244 Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Mon, 20 Oct 2025 15:41:10 +0200 Subject: [PATCH] added a command to list voices. --- justfile | 3 +++ 1 file changed, 3 insertions(+) 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}}