mirror of
https://github.com/DinoMalin/paranoia-1.0.git
synced 2026-09-23 02:56:54 +02:00
feat: coralie instead of remy bye remy
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user