Skip to content

Commit

Permalink
more voices
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Sep 25, 2024
1 parent 34e01da commit e580bde
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 1 deletion.
10 changes: 10 additions & 0 deletions ovos_config/recommends/online_female/es-mx.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"tts": {
"module": "ovos-tts-plugin-google-tx",
"fallback_module": "",
"ovos-tts-plugin-google-tx": {
"lang": "es-MX",
"tld": "com.mx"
}
}
}
10 changes: 10 additions & 0 deletions ovos_config/recommends/online_female/es-us.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"tts": {
"module": "ovos-tts-plugin-google-tx",
"fallback_module": "",
"ovos-tts-plugin-google-tx": {
"lang": "es-US",
"tld": "us"
}
}
}
3 changes: 2 additions & 1 deletion ovos_config/recommends/online_female/pt-br.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"module": "ovos-tts-plugin-google-tx",
"fallback_module": "",
"ovos-tts-plugin-google-tx": {
"lang": "pt"
"lang": "pt-BR",
"tld": "com.br"
}
}
}
10 changes: 10 additions & 0 deletions ovos_config/recommends/online_female/pt-pt.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"tts": {
"module": "ovos-tts-plugin-google-tx",
"fallback_module": "",
"ovos-tts-plugin-google-tx": {
"lang": "pt-PT",
"tld": "pt"
}
}
}

0 comments on commit e580bde

Please sign in to comment.