Share via

What is the best approach to create audio files providing a list of links using Azure Audio Content Creation?

eera5607 20 Reputation points
2023-03-29T14:20:53.9633333+00:00

I know how to manually create MP3 audio files from an article using Azure Audio Content Creation tools (text-to-speech). Is there a way to bulk create audio files providing a list of article links using this same tool? It can be using the command line.

Any ideas are welcome. I don't know where to start.

Thanks!

Azure Speech in Foundry Tools
0 comments No comments

Answer accepted by question author

VasaviLankipalle-MSFT 18,741 Reputation points Moderator
2023-03-29T22:47:26.24+00:00

Hi @eera5607 , Thanks for using Microsoft Q&A Platform.

Azure Audio Content Creation tool is designed for text-to-speech synthesis without writing any code. The acceptable file formats for Audio Content Creation tool are either plain text or SSML text.

User's image

So, it doesn't support bulk creation of audio files from a list of article links directly.
I would recommend you try adding multiple text files and check for the character limitation as well using Azure Audio Content creation.

You can try Azure Speech Service's REST API to convert the extracted text to speech. You can try to automate this process by writing a script that iterates through the extracted text content and sends requests to the Speech Service API.

I hope this helps. Let me know if you require more information.

Regards,
Vasavi

-Please kindly accept the answer and vote 'Yes' if you feel helpful to support the community, thanks.

Was this answer helpful?


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.