You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am trying to create emotional speech using the MSTTS extension and SSML. In English and Chinese it works as expected, but somehow not in German. When using the style "sad" or "cheerful" for the voice "de-DE-ConradNeural", the resulting audio output file still sounds neutral (even though the docs say that this voice supports these two styles). The WAV file is created successfully, it just doesn't sound any different from the neutral style.
Expected Behavior
When setting the style attribute to "sad" or "cheerful", the German neural voice "de-DE-ConradNeural" should read the text in the corresponding emotional tone.
Use an SSML string with the voice "de-DE-ConradNeural", style "sad" or "cheerful", style degree "2" and the text "Ich freue mich riesig über die Beförderung"
Synthesize.
Listen to the resulting audio file, noticing it doesn't sound sad or cheerful but neutral.
Version of the Cognitive Services Speech SDK
azure-cognitiveservices-speech 1.41.1
Operating System and Programming Language
Linux, Python 3.11 and 3.12
Any hint or help is appreciated, thanks.
The text was updated successfully, but these errors were encountered:
Mareike-RTY
changed the title
German TTS: setting the style to "cheerful" results in neutral speech
German TTS: using an emotion results in neutral speech
Jan 14, 2025
Bug Description
Hi, I am trying to create emotional speech using the MSTTS extension and SSML. In English and Chinese it works as expected, but somehow not in German. When using the style "sad" or "cheerful" for the voice "de-DE-ConradNeural", the resulting audio output file still sounds neutral (even though the docs say that this voice supports these two styles). The WAV file is created successfully, it just doesn't sound any different from the neutral style.
Expected Behavior
When setting the style attribute to "sad" or "cheerful", the German neural voice "de-DE-ConradNeural" should read the text in the corresponding emotional tone.
Code
To reproduce
Version of the Cognitive Services Speech SDK
azure-cognitiveservices-speech 1.41.1
Operating System and Programming Language
Linux, Python 3.11 and 3.12
Any hint or help is appreciated, thanks.
The text was updated successfully, but these errors were encountered: