Hi @haixuan xiao,
Thank you for reaching out to Microsoft Q&A forum!
When using Xiaoxiao Multilingual with the Azure AI Speech API and not achieving the same effect as on the official website, make sure to configure the API call correctly. First, ensure that you're using SSML (Speech Synthesis Markup Language) to fine-tune the speech with specific settings like pitch, rate, and volume. Set the correct voice name and locale for Xiaoxiao, it would be something like voice name="zh-CN-XiaoxiaoMultilingualNeural"
. Also, apply any available speaking styles (e.g., "exited" or "story") in SSML to match the effects shown on the website.
Finally, ensure you're using the latest API version and that the voice is available in your region. These configurations should help you achieve the desired output.
I hope you understand. Thank you.