Audio Format And Voices
Configure Audio Format and Voices When generating speech, a SpeechConfig object can be utilized to tailor the audio provided by the Azure AI Speech service. Audio Format The Azure AI Speech service offers various output formats for the audio stream produced by speech synthesis. You can select a format that aligns with your specific requirements: Audio file type Sample-rate Bit-depth The supported formats are indicated in the SDK using the SpeechSynthesisOutputFormat enumeration. Voices The Azure AI Speech service offers a variety of voices that can be utilized to customize your speech-enabled applications. There are two kinds of voice that you can use: Standard voices - synthetic voices created from audio samples. Neural voices - more natural sounding voices created using deep neural networks. Voices are identified by names that indicate a locale and a person's name Use Speech Synthesis Markup Language While the Azure AI Speech SDK enables you to submit plain text to be synthes...