Which Voices are available for TTS-Onpremises?

ta 20 Reputation points
2023-04-20T07:40:56.77+00:00

Hello, Which Voices are available for an On-Premises hosted Text to Speech Container? I have looked into the Documentation, however there is only the differentation between OfflineNeural, OfflineStandard, OnlineNeural and OnlineStandard:

https://learn.microsoft.com/en-us/python/api/azure-cognitiveservices-speech/azure.cognitiveservices.speech.synthesisvoicetype?view=azure-python

Are all Voices available in "OfflineNeural" as in "OnlineNeural"? Thanks! :)

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,645 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Prrudram-MSFT 23,211 Reputation points
    2023-04-20T07:58:51.48+00:00

    Hello @ta

    The voices available in the "OfflineNeural" container are the same as the voices available in the "OnlineNeural" container. The difference between the two is that the "OfflineNeural" container is designed to run on-premises, while the "OnlineNeural" container is designed to run in the cloud.

    You can find a list of the voices available in the "OfflineNeural" container in the following link: https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/language-support#neural-voices1

    Let me know if you have any other questions.

    Please don’t forget to Accept Answer and hit Yes for "was this answer helpful" wherever the information provided helps you, this can be beneficial to other community members for remediation for similar issues.