Overview Speech services is one of the main categories of Azure Cognitive Services. Using this service, developers can utilize one of the four API’s to perform the following: Speech-to-Text Text-to-Speech Text Translation Speaker Recognition In a previous post , I wrote a tutorial on converting Speech-to-Text. For this post, I will go in the opposite direction and provide step-by-step directions to covert text-to-speech. How to Use Text-to-Speech First, we need to setup the Speech resource in Azure. Simply specify “speech services” in the search bar, and all speech resources in Azure marketplace will be displayed. For this project, we will use Microsoft’s Speech Azure Service. After clicking create and providing the fundamental parameters for the setup, subscription keys will be provided. Obtain the subscription key for the above resourc...