Skip to content

Commit 338f0a6

Browse files
authored
Update play-audio-with-ai-csharp.md
add link for text-to-speech voices
1 parent 92c2b41 commit 338f0a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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#text-to-speech).
7575

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

0 commit comments

Comments
 (0)