From 942b9ae9c2d224b85f1053734e85e669aacbcbb8 Mon Sep 17 00:00:00 2001 From: spyros tsimboulis Date: Wed, 12 Nov 2025 12:57:15 +0200 Subject: [PATCH] new voices --- cli-client/helpers/common.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cli-client/helpers/common.py b/cli-client/helpers/common.py index f303f96..39e12ca 100644 --- a/cli-client/helpers/common.py +++ b/cli-client/helpers/common.py @@ -58,6 +58,8 @@ def parse_tts_command_line() -> SynthesizerOptions: 'pedro_pt_br', 'marcia_pt_br', 'emma_ca', + 'xela_gl_es', + 'marta_va_es' ], help='Voice to use for the synthesis', required=True)