diff --git a/TTS/melo_handler.py b/TTS/melo_handler.py index b1b222614da719cc1cc50a1826892d661f859105..6dd50f1330d49f6edc7b493bcf292b3b158304a6 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",