From e580bde8115e83bbb01fbdedc3e9d06487e66f50 Mon Sep 17 00:00:00 2001 From: miro Date: Wed, 25 Sep 2024 21:45:43 +0100 Subject: [PATCH] more voices --- ovos_config/recommends/online_female/es-mx.conf | 10 ++++++++++ ovos_config/recommends/online_female/es-us.conf | 10 ++++++++++ ovos_config/recommends/online_female/pt-br.conf | 3 ++- ovos_config/recommends/online_female/pt-pt.conf | 10 ++++++++++ 4 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 ovos_config/recommends/online_female/es-mx.conf create mode 100644 ovos_config/recommends/online_female/es-us.conf create mode 100644 ovos_config/recommends/online_female/pt-pt.conf diff --git a/ovos_config/recommends/online_female/es-mx.conf b/ovos_config/recommends/online_female/es-mx.conf new file mode 100644 index 0000000..b4e8571 --- /dev/null +++ b/ovos_config/recommends/online_female/es-mx.conf @@ -0,0 +1,10 @@ +{ + "tts": { + "module": "ovos-tts-plugin-google-tx", + "fallback_module": "", + "ovos-tts-plugin-google-tx": { + "lang": "es-MX", + "tld": "com.mx" + } + } +} diff --git a/ovos_config/recommends/online_female/es-us.conf b/ovos_config/recommends/online_female/es-us.conf new file mode 100644 index 0000000..8fb8e95 --- /dev/null +++ b/ovos_config/recommends/online_female/es-us.conf @@ -0,0 +1,10 @@ +{ + "tts": { + "module": "ovos-tts-plugin-google-tx", + "fallback_module": "", + "ovos-tts-plugin-google-tx": { + "lang": "es-US", + "tld": "us" + } + } +} diff --git a/ovos_config/recommends/online_female/pt-br.conf b/ovos_config/recommends/online_female/pt-br.conf index 2b7d284..c2a1c99 100644 --- a/ovos_config/recommends/online_female/pt-br.conf +++ b/ovos_config/recommends/online_female/pt-br.conf @@ -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" } } } diff --git a/ovos_config/recommends/online_female/pt-pt.conf b/ovos_config/recommends/online_female/pt-pt.conf new file mode 100644 index 0000000..a900f6a --- /dev/null +++ b/ovos_config/recommends/online_female/pt-pt.conf @@ -0,0 +1,10 @@ +{ + "tts": { + "module": "ovos-tts-plugin-google-tx", + "fallback_module": "", + "ovos-tts-plugin-google-tx": { + "lang": "pt-PT", + "tld": "pt" + } + } +}