Skip to content

Commit 6c29b99

Browse files
Merge pull request #232556 from valindrae/main
Update link in play how-to
2 parents a9c65a3 + fee49d8 commit 6c29b99

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

articles/communication-services/how-tos/call-automation/includes/play-audio-with-ai-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ FileSource playSource = new FileSource (new Uri(<audioUri>));
7171

7272
### Play source - Text-To-Speech
7373

74-
To play audio using Text-To-Speech through Azure Cognitive Services you need to provide the text you wish to play, as well either the SourceLocale, and VoiceGender or the VoiceName you wish to use. We support all voice names supported by Cognitive Services, full list [here]().
74+
To play audio using Text-To-Speech through Azure Cognitive Services you need to provide the text you wish to play, as well either the SourceLocale, and VoiceGender or the VoiceName you wish to use. We support all voice names supported by Cognitive Services, full list [here](../../../../cognitive-services/Speech-Service/language-support.md?tabs=tts).
7575

7676
```csharp
7777
String textToPlay = "Welcome to Contoso";

articles/communication-services/quickstarts/voice-video-calling/includes/call-automation-media/media-streaming-quickstart-csharp.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ ms.author: kpunjabi
1616
- Azure Communication Services resource. See [Create an Azure Communication Services resource](../../../create-communication-resource.md?tabs=windows&pivots=platform-azp)
1717
- Create a new web service application using the [Call Automation SDK](../../../call-automation/callflows-for-customer-interactions.md).
1818
- The latest [.NET library](https://dotnet.microsoft.com/download/dotnet-core) for your operating system.
19-
- [Apache Maven](https://maven.apache.org/download.cgi).
2019
- A websocket server that can receive media streams.
2120

2221
## Set up a websocket server

0 commit comments

Comments
 (0)