Azure Speech studio Export failed

Gardner, Stephen D (Services) 0 Reputation points
2023-03-25T09:09:51.0166667+00:00

When exporting a text to speech audio file I receive the message Error: You're sending frequent requests to server. Retry the operation later or switch to a standard paid tier.

This worked fine without issue several weeks back. Did something change and I need to do something different?

User's image

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,393 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Erkan Sahin 830 Reputation points
    2023-03-25T11:00:20.2466667+00:00

    The error message "Error: You're sending frequent requests to server. Retry the operation later or switch to a standard paid tier" suggests that you are hitting a usage limit on the text to speech service. The Azure Cognitive Services Text to Speech service has usage limits based on the pricing tier you have subscribed to, which could be a free tier or a paid tier.

    If you are using the free tier, there are usage limits on the number of requests per second and per month. If you exceed these limits, you may receive this error message. If you are using a paid tier, you may have exceeded the usage limits of your subscription. In either case, you will need to either wait for some time before trying again or switch to a higher tier to get more requests per month.

    To resolve this issue, you can try the following steps:

    1. Check your current pricing tier: Go to the Azure portal and check the pricing tier of your Text to Speech resource. If you are using the free tier, check if you have exceeded the monthly usage limit.
    2. Wait for some time: If you are hitting the usage limit, you can wait for some time and try again later when the usage limit resets.
    3. Upgrade to a higher tier: If you are consistently hitting the usage limit, you may want to consider upgrading to a higher pricing tier that offers more requests per month.
    4. Optimize your application: If you are using the Text to Speech service frequently, you may want to optimize your application to reduce the number of requests to the service. For example, you can cache the audio files locally so that you don't need to generate them again.
    5. Please mark this as helpful if it helps you :-)
    1 person found this answer helpful.
    0 comments No comments