I stuck in postman to call api to get audio more than 10 minute from text with text to speech api of microsoft some body can have me? thankyou verymuch! https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/long-audio-api
I stuck in postman to call api to get audio more than 10 minute from text with text to speech api of microsoft some body can have me? thankyou verymuch! https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/long-audio-api
Azure TTS has a long audio API which is async REST api for long-form text synthesizing. Refer to the doc.
If you are able the use the Azure speech SDK, you can also refer to this sample