some question about a Chinese model "Yunxi".

FJ123 6 Reputation points
2022-06-23T07:37:38.177+00:00

The model "zh-CN-YunxiLTSNeural" is an old model. At present, this model is not available in the document. The current model is called "zh-CN-YunxiNeural". We have tested this in Southeast Asia. Are there any other regions besides Southeast Asia? We thought the previous model sounded better. Could you help us look at it thanks

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

1 answer

Sort by: Most helpful
  1. romungi-MSFT 42,296 Reputation points Microsoft Employee
    2022-06-23T12:14:50.763+00:00

    @FJ123 You can use the voice in different regions by looking up the following API for long audio:

    https://<region-short-name>.customvoice.api.speech.microsoft.com/api/texttospeech/v3.0/longaudiosynthesis/voices  
    

    The API for short audio is:

    https://<region-short-name>.tts.speech.microsoft.com/cognitiveservices/voices/list  
    

    For example, the voice is listed in West Europe when you run the GET query for above with the header Ocp-Apim-Subscription-Key:<key>.

    https://westeurope.tts.speech.microsoft.com/cognitiveservices/voices/list  
    

    You can try to use the voice in different region and check if it sounds consistent. Based on feedback received for voices the team updates the voice list from time to time. If the voice sounds good in one region and the other region has some static then it is most likely a technical issue with the API endpoint and this needs to be corrected by the product service team.

    I hope this helps!!

    If an answer is helpful, please click on 130616-image.png or upvote 130671-image.png which might help other community members reading this thread.

    1 person found this answer helpful.
    0 comments No comments