Skip to the content.

Quickstart: Convert text-to-speech using Python

In this quickstart, you’ll learn how to convert text-to-speech using Python and the text-to-speech REST API. The request body in this guide is structured as Speech Synthesis Markup Language (SSML), which allows you to choose the voice and language of the response.

This quickstart requires an Azure Cognitive Services account with a Speech Service resource. If you don’t have an account, you can use the free trial to get a subscription key.

Quickstart: Convert text-to-speech using Python external redirect

Tags: Python, Azure Cognitive Services

Back