I am looking out for examples on using Azure speech from within the browser. I can see examples for Node.js but not for using Text-To-speech in the browser.
Asked
Active
Viewed 343 times
2 Answers
0
You can find more information about how to use the text-to-speech capabilities from JavaScript here: https://learn.microsoft.com/azure/cognitive-services/speech-service/get-started-text-to-speech?tabs=script%2Cwindowsinstall&pivots=programming-language-javascript

Ralph
- 101
- 2
0
if you are asking how do you can use azure tts in a browser without coding, then it's very simple microsoft made Speech Studio https://speech.microsoft.com/ where anyone with an azure account can tts from a browser.
here is a tutorial on youtube https://www.youtube.com/watch?v=e6ifJTTKX1E

OdessaUA
- 13
- 3