From ce49aac69cc530334dd80569b91d0c79389ad0f7 Mon Sep 17 00:00:00 2001 From: DinoMalin Date: Fri, 7 Mar 2025 14:08:18 +0100 Subject: [PATCH] feat: coralie instead of remy bye remy --- ai.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai.py b/ai.py index 8022db7..35e2c87 100644 --- a/ai.py +++ b/ai.py @@ -13,7 +13,7 @@ speech_config = speechsdk.SpeechConfig( subscription=os.getenv("SPEECH_KEY"), region=os.getenv("REGION")) speech_config.speech_recognition_language = "fr-FR" -speech_config.speech_synthesis_voice_name = 'fr-FR-RemyMultilingualNeural' +speech_config.speech_synthesis_voice_name = 'fr-FR-CoralieNeural' # A filthy shortcut because i have incomprehensible bugs with my libs. # If your pc is normal unlike mine, consider replacing this argument with: