How to use Synthesize long-form text to speech with post man

Viewed 42
1 Answers

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

Related