You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Customize voice prompts to users with Play action
16
16
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.
18
18
19
19
::: zone pivot="programming-language-csharp"
20
20
[!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
48
48
|PlayFailed | 500 | 8572 | Action failed due to play service shutdown. |
49
49
50
50
## 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-Speechbased 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.
0 commit comments