Skip to content

Commit 43784f8

Browse files
authored
Update play-action.md
acrolinx fixes
1 parent 9086ca2 commit 43784f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/communication-services/how-tos/call-automation/play-action.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ zone_pivot_groups: acs-js-csharp-java-python
1414

1515
# Customize voice prompts to users with Play action
1616

17-
This guide will help you get started with playing audio files to participants by using the play action provided through Azure Communication Services Call Automation SDK.
17+
This guide helps you get started with playing audio files to participants by using the play action provided through Azure Communication Services Call Automation SDK.
1818

1919
::: zone pivot="programming-language-csharp"
2020
[!INCLUDE [Play audio with .NET](./includes/play-audio-quickstart-csharp.md)]
@@ -48,9 +48,9 @@ This guide will help you get started with playing audio files to participants by
4848
|PlayFailed | 500 | 8572 | Action failed due to play service shutdown. |
4949

5050
## Known limitations
51-
- Text-to-Speech text prompts support a maximum of 4000 characters, if your prompt is longer than this we suggest using SSML for Text-to-Speech based play actions.
52-
- HD Voices from Azure AI Foundry are not officially supported, these will result in timeuouts if used.
53-
- For scenarios where you exceed your Speech service quota limit, you can request to increase this limit by following the steps outlined [here](/azure/ai-services/speech-service/speech-services-quotas-and-limits).
51+
- Text-to-Speech prompts support a maximum of 4,000 characters. If your prompt is longer than this limit, we suggest using SSML for Text-to-Speech-based play actions.
52+
- HD Voices from Azure AI Foundry aren't officially supported. These will result in timeouts if used.
53+
- Speech service quota increases can be requested if you exceed your quota limit. Follow the steps outlined [here](/azure/ai-services/speech-service/speech-services-quotas-and-limits) to request an increase.
5454

5555
## Clean up resources
5656

0 commit comments

Comments
 (0)