Multilingual Voices are giving weird output in tts.

h3ar 0 Reputation points
2024-01-12T01:31:44.55+00:00

my ssml looks like this

<speak version="1.0" xmlns="http://www.w3.org/2001/10/synthesis" xmlns:mstts="https://www.w3.org/2001/mstts"
    xml:lang="en-US">
    <voice name="en-US-AndrewMultilingualNeural">
        Shake it off.
        您好,有什么可以帮到你的?
        it's 2024 now
        こんにちわ
        ABCD
        I love GPT,也爱ABC
    </voice>
</speak>


and the output is this https://drive.google.com/file/d/1pM6Fcz5j1p1PHzQ-xggKK5u_EV27Ro46/view?usp=sharing it is super weird and it is not only Andrew here who has this problem, but most of the Multilingual voices shown here https://learn.microsoft.com/en-us/azure/ai-services/speech-service/language-support?tabs=tts for example: en-US-AvaMultilingualNeural,
zh-CN-YunyiMultilingualNeural,
en-US-EmmaMultilingualNeural
Need help here. The region of my key is eastus.

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,910 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,123 questions
{count} votes

1 answer

Sort by: Most helpful
  1. navba-MSFT 27,465 Reputation points Microsoft Employee
    2024-01-12T06:20:43.96+00:00

    @h3ar Welcome to Microsoft Q&A Forum, Thank you for posting your query here!
    .
    Firstly, please note that the primary locale for each voice is indicated by the prefix in its name, such as the voice en-US-AndrewMultilingualNeural, its primary locale is en-US.
    .
    Did you try with zh-CN-XiaochenMultilingualNeural (Female)
    zh-CN-YunyiMultilingualNeural (Male) instead and check if that makes any difference ?
    .
    Could you please let me know if you have tried the TTS from the Speech Studio ? Do you encounter the same issue there too ?
    .
    Please check the Examples of new multilingual voices in some languages and try playing the example audios mentioned here.
    User's image

    Hope this helps. If you have any follow-up questions, please let me know. I would be happy to help.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.