From 0ae1b01d0d9caf612f0f4fbf3c1f1169138989fc Mon Sep 17 00:00:00 2001 From: Andres Marafioti <andimarafioti@gmail.com> Date: Wed, 18 Sep 2024 15:10:14 +0200 Subject: [PATCH] We prefered the british voice in the end --- TTS/melo_handler.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TTS/melo_handler.py b/TTS/melo_handler.py index b1b2226..6dd50f1 100644 --- a/TTS/melo_handler.py +++ b/TTS/melo_handler.py @@ -11,7 +11,7 @@ logger = logging.getLogger(__name__) console = Console() WHISPER_LANGUAGE_TO_MELO_LANGUAGE = { - "en": "EN_NEWEST", + "en": "EN", "fr": "FR", "es": "ES", "zh": "ZH", @@ -20,7 +20,7 @@ WHISPER_LANGUAGE_TO_MELO_LANGUAGE = { } WHISPER_LANGUAGE_TO_MELO_SPEAKER = { - "en": "EN-Newest", + "en": "EN-BR", "fr": "FR", "es": "ES", "zh": "ZH", -- GitLab