Skip to content

Commit 400d1d4

Browse files
committed
add note on voice-region matching
1 parent d216cb4 commit 400d1d4

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

articles/ai-services/speech-service/faq-tts.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ sections:
4949
Is there a mapping between Viseme IDs and mouth shape?
5050
answer: |
5151
Yes. See [Get facial position with viseme](how-to-speech-synthesis-viseme.md?tabs=visemeid#map-phonemes-to-visemes).
52+
- question: |
53+
Why am I getting HTTP 429 (Too Many Requests) errors when using Text-to-Speech Standard Voice?
54+
answer: |
55+
The default quota of 200 transactions per second (TPS) for Text-to-Speech (TTS) Standard Voice is designed to accommodate the needs of most customers. In most cases, HTTP 429 errors are not caused by quota limitations, but by insufficient backend service capacity in the selected region for the specified voice. Increasing the quota does not resolve these capacity constraints. To address this issue effectively:
56+
- Use native regions: Deploy the voice in a region where it is natively supported and better resourced (for example, use the Japan region for Japanese voices).
57+
- Select popular voices: Choose a more commonly used voice within your current region to reduce the likelihood of hitting capacity limits.
5258
5359
- name: Audio Content Creation
5460
questions:

articles/ai-services/speech-service/speech-services-quotas-and-limits.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ You can use real-time text to speech with the [Speech SDK](speech-sdk.md) or the
9191
| Max total number of distinct `<voice>` and `<audio>` tags in SSML | 50 | 50 |
9292
| Max SSML message size per turn for websocket | 64 KB | 64 KB |
9393

94+
> [!NOTE]
95+
> Most HTTP 429 errors with Text-to-Speech Standard Voice are caused by limited backend service capacity for a specific voice in the selected region, not by quota limits. Increasing your quota won't resolve these errors. For best results, use the voice in its native region or select a more popular voice in your current region.
96+
9497
#### Batch synthesis
9598

9699
These limits aren't adjustable. For more information on batch synthesis latency, see [the batch synthesis latency and best practices](batch-synthesis.md#batch-synthesis-latency-and-best-practices).

0 commit comments

Comments
 (0)