Formerly known as Azure AI Services or Azure Cognitive Services is a unified collection of prebuilt AI capabilities within the Microsoft Foundry platform
@Wysocki Michal The text to speech API is available on host URL http://localhost:5000, I think you could check the same by updating your speechConfig endpoint.
ws://localhost:5000 is used for speech to text container.
Please ensure to run the neural text to speech container before using the endpoint running on port 80. Please check this section for details.
docker pull mcr.microsoft.com/azure-cognitive-services/speechservices/neural-text-to-speech:latest
If an answer is helpful, please click on
or upvote
which might help other community members reading this thread.