From aea6002d62c0f721f8f93a91168c8746c90053e8 Mon Sep 17 00:00:00 2001 From: pluja Date: Fri, 28 Apr 2023 17:56:17 +0200 Subject: [PATCH] replace spanish voice to hispanic --- piper/get-piper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piper/get-piper.sh b/piper/get-piper.sh index ca2e118..69c9214 100755 --- a/piper/get-piper.sh +++ b/piper/get-piper.sh @@ -28,7 +28,7 @@ if [ "$ENABLE_TTS" = 1 ]; then voice_file="voice-en-us-ryan-high.tar.gz" ;; "es" ) - voice_file="voice-es-mls_10246-low.tar.gz" + voice_file="voice-es-mls_9972-low.tar.gz" ;; "fr" ) voice_file="voice-fr-siwis-medium.tar.gz"