Open dmingke opened 2 months ago
This item has been open without activity for 19 days. Provide a comment on status and remove "update needed" label.
can anyone have a look at this problem? This is quite urgent. If there is any information I need to provide more, I will reply promptly.
This item has been open without activity for 19 days. Provide a comment on status and remove "update needed" label.
I'm trying to use the voice 'en-US-AnaNeural' in the tts-text-stream sample but made a small modification by adding the PushAudioOutputStreamSampleCallback to output the audio chunk:
en-US-AnaNeural is a child voice that I found in Speech Studio, but the output is a male voice instead. I tried other voice models like en-GB-MaisieNeural, and most work, but a few, like en-US-Ana, -Ashley, and -Amber, always result in the same male voice. The SSML version works without issue. There are no errors during runtime. How could this happen, and how can I resolve the inconsistency?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The output voice should match the voice from Speech Studio and should not be a male voice.
Version of the Cognitive Services Speech SDK
azure-cognitiveservices-speech==1.40.0 programming language: python