mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-11 16:37:45 -04:00
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:
parent
30ff611529
commit
83420e0a95
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue