Azure Text to Speech With Voice Samples

Devendra S 20 Reputation points
2024-06-03T04:27:42.7733333+00:00

Hello,

I built mobile app with Azure Text To Speech service, where user can enter text, select language and select voice to convert text to speech. But, the API is not providing any sample URLs for voices to preview voice.

But, voice gallery here https://speech.microsoft.com/portal/66101536a9a84225af598690505f3ce6/voicegallery has voice style and voice preview option. I am already using these sample URLs and styles on the App, is it ok to do that according to Azure terms?

Please, advice.

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,619 questions
{count} votes

Accepted answer
  1. santoshkc 15,355 Reputation points Microsoft External Staff Moderator
    2024-06-03T07:37:30.34+00:00

    Hi @Devendra S,

    Thank you for reaching out to Microsoft Q&A forum!

    The voice gallery is a collection of voice styles and samples that can be used to preview the voices available in the Azure Text to Speech service. It is not recommended to use the sample URLs and styles from the voice gallery for production use as they are intended for testing and evaluation purposes only. Instead, you should use the Azure Text to Speech API to generate the audio files for your app.

    To use the Azure Text to Speech API, you can send a request to the API with the text, language, and voice parameters, and the API will return an audio file in the specified format. You can then play the audio file in your app.

    For more info: How to use the Azure Text to Speech API?

    I hope you understand! Thank you.

    2 people found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

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.