Skip to content

Commit ca01bfd

Browse files
Merge pull request #260141 from sally-baolian/patch-178
Update what-is-text-to-speech-avatar.md
2 parents ef70a80 + 9f9a2f7 commit ca01bfd

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

articles/ai-services/speech-service/text-to-speech-avatar/batch-synthesis-avatar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To perform batch synthesis, you can use the following REST API operations.
3232
| [List batch synthesis](#list-batch-synthesis) | GET | texttospeech/3.1-preview1/batchsynthesis/talkingavatar |
3333
| [Delete batch synthesis](#delete-batch-synthesis) | DELETE | texttospeech/3.1-preview1/batchsynthesis/talkingavatar/{SynthesisId} |
3434

35-
You can refer to the code samples on [GitHub](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/samples).
35+
You can refer to the code samples on [GitHub](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/samples/batch-avatar).
3636

3737
## Create a batch synthesis request
3838

articles/ai-services/speech-service/text-to-speech-avatar/real-time-synthesis-avatar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ avatarSynthesizer.speakTextAsync(spokenText).then(
172172
});
173173
```
174174

175-
You can find end-to-end working samples on [GitHub](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/samples/js/browser).
175+
You can find end-to-end working samples on [GitHub](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/samples/js/browser/avatar).
176176

177177
## Edit background
178178

articles/ai-services/speech-service/text-to-speech-avatar/what-is-text-to-speech-avatar.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ You can create custom text to speech avatars that are unique to your product or
6060

6161
## Sample code
6262

63-
Sample code for text to speech avatar is available on GitHub. These samples cover the most popular scenarios:
63+
Sample code for text to speech avatar is available on [GitHub](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/samples). These samples cover the most popular scenarios:
6464

65-
* [Batch synthesis (REST)](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/samples)
66-
* [Real-time synthesis (SDK)](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/samples/js/browser)
67-
* [Live chat with Azure Open AI in behind (SDK)](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/samples/js/browser)
65+
* [Batch synthesis (REST)](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/samples/batch-avatar)
66+
* [Real-time synthesis (SDK)](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/samples/js/browser/avatar)
67+
* [Live chat with Azure Open AI in behind (SDK)](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/samples/js/browser/avatar#chat-sample)
6868

6969
## Pricing
7070

0 commit comments

Comments
 (0)