Cognitive Services: Text-to-Speech audio usage

Daniel Afonso 21 Reputation points
2021-07-15T10:26:06.833+00:00

I'm currently developing a solution where we are using text-to-speech API with "ro-RO-AlinaNeural" synthesis voice name.

The solution produces a blob (audio file) that we are storing in Azure Blob Storage. Afterwards we use the produced "audio file" in all requests that are made to our application where the audio is required. This way we don't execute the text-to-speech API over and over again with the same text.

The text that serves as source input for the text-to-speech API is produced by us and it complies with Microsoft code of conduct (https://learn.microsoft.com/en-us/legal/cognitive-services/speech-service/tts-code-of-conduct?context=/azure/cognitive-services/speech-service/context/context).

The text has always the same value, thus the need to use always the produced audio file, rather than execute the API for all requests.

I would like to understand if this solution is fully compliant with Microsoft usage conditions. Thanks

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,714 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,834 questions
0 comments No comments
{count} votes

Accepted answer
  1. romungi-MSFT 45,961 Reputation points Microsoft Employee
    2021-07-15T14:13:59.52+00:00

    @Daniel Afonso Yes, you can use the files created by you by placing them on blob storage.
    The audio files and text generated from TTS or STT can be used for commercial use. Please ensure you are using a speech resource that is billed for your subscription. The billing will be based on the pricing as mentioned in the pricing page. If you are using a free account or credit you should upgrade to Pay as you go and use the selected tier.

    Please ensure to follow certain responsible guidelines listed here while using synthetic voices in your applications and ensure proper disclosures.

    You can lookup more details about the compliance and privacy terms from here. I hope this helps.

    1 person 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.