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
This commit is contained in:
Solomon Peachy 2026-01-27 17:36:14 -05:00
parent 30ff611529
commit 83420e0a95

View file

@ -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',