voice: Add Spanish (Mexican) to the nightly voice sets.

This uses the piper engine.

Peninsular Spanish sounds markedly different from Central/South American
Spanish, so it seems prudent to offer both.

...We'll see how the masses feel.

Change-Id: Idfd3edd92c2dde7f9288afd99f474e59984689c9
This commit is contained in:
Solomon Peachy 2024-11-20 20:40:11 -05:00
parent beb7c829da
commit 9b725a9fad
3 changed files with 7 additions and 3 deletions

View file

@ -709,13 +709,13 @@ sub simbuilds {
'lang' => 'espanol',
'name' => 'Spanish (Mexican)',
'short' => 'es-mx',
'defengine' => 'espeak', ### Use gtts instead?
'defengine' => 'piper',
'engines' => {
'espeak' => '-ves -k 6',
'gtts' => '-l es -t mx',
# No piper voice yet.
'piper' => 'es_ES-claude-high.onnx',
},
'enabled' => 0,
'enabled' => 1,
},
'francais' => {
'lang' => 'francais',