Azure Text-to-Speech - Saving Files and Distrbuting the Files

Justin Barber 21 Reputation points
2020-09-17T20:29:29.247+00:00

Hello,

I have a system where there is a backend server that needs to create Text-to-Speech audio and command client machines to play that audio. The client machines are not garnetted to always be connected to the internet. or backend server In the majority of cases, the audio needs to only be created once and will be used multiple times by the client machines.

So, I would like to use the Azure Cognitive Text-to-Speech service (https://azure.microsoft.com/en-us/services/cognitive-services/text-to-speech/) to request text-to-speech audio. That audio would then be saved as files on a backend server. These files would then be distributed to client machines over our intranet infrastructure. Finally, the files would then be used by the client machines to play audio. This system is basically ensuring that the audio can be played by the client machines without the internet.

My question is, will I be breaking any terms of service by saving the audio created by the text-to-speech service and disrupting the files?

Thanks,
Justin

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

Accepted answer
  1. romungi-MSFT 43,696 Reputation points Microsoft Employee
    2020-09-18T08:09:59.157+00:00

    @Justin Barber The audio from the text to speech service which is available for processing can be used based on your needs. Your data remains yours. Your text data isn’t stored during data processing or audio generation. All cognitive services are governed by the privacy and compliance policies mentioned here.

    You can also delete the text/audio files anytime after processing on your client machines as required.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful