From 83420e0a95fcf0d78ea3c1b9b168005ecc267a3b Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Tue, 27 Jan 2026 17:36:14 -0500 Subject: [PATCH] voice: Switch default en_GB TTS voice to Piper's 'alba' #2 The previous commit just switched the voice used for the nightlies; this changes the default used when using the cmdline voice.pl tool without the user overriding it with something else. Change-Id: I5144fe66e355f3c41677ca37226a743667d291bf --- tools/voice.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/voice.pl b/tools/voice.pl index 4d947fccbc..c9450a41c0 100755 --- a/tools/voice.pl +++ b/tools/voice.pl @@ -158,7 +158,7 @@ my %espeak_lang_map = ( ); my %piper_lang_map = ( - 'english' => 'en_GB-semaine-medium.onnx', # Always first, it's the golden master + 'english' => 'en_GB-alba-medium.onnx', # Always first, it's the golden master 'bulgarian' => 'bg_BG-dimitar-medium.onnx', 'chinese-simp' => 'zh_CN-huayan-medium.onnx', 'czech' => 'cs_CZ-jirka-medium.onnx',