From b9e6e679628cc4157b91341c1126625f36846c23 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Thu, 6 Jun 2024 18:30:05 -0400 Subject: voice: Switch default piper voice for Italian Change-Id: I9c234e258e0c32f7232851e7e431083b287f73dd --- tools/voice.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/voice.pl b/tools/voice.pl index 763b34f357..b582c96235 100755 --- a/tools/voice.pl +++ b/tools/voice.pl @@ -141,7 +141,7 @@ my %piper_lang_map = ( 'francais' => 'fr_FR-siwis-medium.onnx', 'greek' => 'el_GR-rapunzelina-low.onnx', 'magyar' => 'hu_HU-anna-medium.onnx', - 'italiano' => 'it_IT-riccardo-x_low.onnx', + 'italiano' => 'it_IT-paola-medium.onnx', # 'japanese' => '-vja', 'nederlands' => 'nl_NL-mls-medium.onnx', 'norsk' => 'no_NO-talesyntese-medium.onnx', -- cgit v1.2.3