Hello @David , Thanks for using Microsoft Q&A Platform.
May I know the pricing tier of the speech resource you are working on?
For the standard pricing tier, you can try increase concurrent request limit.
Otherwise try to follow the best practices to mitigate throttling. If thresholds are exceeded, the speech synthesis service may cancel the synthesis process and return an error. Control the service responses and implement the logic that falls back (reduces the load) if you get too many requests (response code 429).
For example, retry the load increase in one minute, and if it still doesn't work, try again in two minutes. Use a pattern of 1-2-4-4 minutes for the intervals. Break up your text files into smaller chunks. Increase the amount of time allowed for speech synthesis.
The Text to speech quotas and limits per resource are listed here:
I hope this helps.
Regards,
Vasavi