voice: Add support for voicing Brazilian Portuguese. Disabled by default.

Change-Id: Iaef5e59e3dd6037c0fa3ffed1c00a0f7cde411b2
This commit is contained in:
Solomon Peachy 2025-03-23 21:50:35 -04:00
parent 7f63e63d83
commit fc9076e89f
3 changed files with 25 additions and 10 deletions

View file

@ -827,6 +827,18 @@ sub simbuilds {
},
'enabled' => 1,
},
'portugues-brasileiro' => {
'lang' => 'portugues-brasileiro',
'name' => 'Portuguese (Brazilian)',
'short' => 'pt-br',
'defengine' => 'piper',
'engines' => {
'espeak' => '-vpt-br',
'gtts' => '-l pt -t br',
'piper' => 'pt_BR-faber-medium.onnx',
},
'enabled' => 0,
},
'russian' => {
'lang' => 'russian',
'name' => 'Русский (Russian)',