Skip to content

Commit 09238ae

Browse files
Update real-time-synthesis-avatar.md
1 parent 63797f3 commit 09238ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,10 @@ To avoid unnecessary costs after you finish using the real-time avatar, it’s i
189189
- You can proactively close the avatar connection by running the following code:
190190

191191
```javascript
192-
avatarSynthesizer.close();
192+
avatarSynthesizer.close()
193193
```
194194

195-
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).
195+
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).
196196

197197
## Edit background
198198

0 commit comments

Comments
 (0)