mirror of
https://github.com/DinoMalin/paranoia-1.0.git
synced 2025-10-30 11:06:00 +00:00
feat: coralie instead of remy bye remy
This commit is contained in:
parent
c1a2561213
commit
ce49aac69c
2
ai.py
2
ai.py
@ -13,7 +13,7 @@ speech_config = speechsdk.SpeechConfig(
|
|||||||
subscription=os.getenv("SPEECH_KEY"), region=os.getenv("REGION"))
|
subscription=os.getenv("SPEECH_KEY"), region=os.getenv("REGION"))
|
||||||
|
|
||||||
speech_config.speech_recognition_language = "fr-FR"
|
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.
|
# A filthy shortcut because i have incomprehensible bugs with my libs.
|
||||||
# If your pc is normal unlike mine, consider replacing this argument with:
|
# If your pc is normal unlike mine, consider replacing this argument with:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user