@ThorstenVoice Azure AI speech primarily focuses on Azure speech service. As i understand from your case, you are looking to use voices from Azure speech service that can be used with your application. This can be done using the Azure speech REST API or the SDK or the Azure speech studio. If you are looking to integrate and use the voices in your application, you can use the SDK to list and synthesize text. Here is a learn course to get started where you can create the speech resource on Azure and test the same using the speech studio.
Using the speech studio, you should be able to test the voice output and you can later integrate the TTS voice list APIs to list the voices in your application and then use the TTS API to synthesize text. You can use the documentation to try the samples with the required SDKs.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.