Skip to content

Commit 55abd79

Browse files
Update custom-avatar-endpoint.md
1 parent db5b014 commit 55abd79

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/ai-services/speech-service/text-to-speech-avatar/custom-avatar-endpoint.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ Once your model is successfully deployed as an endpoint, you can click the endpo
3636

3737
If you have built a custom neural voice (CNV) and would like to use it together with the custom avatar, pay attention to the following points:
3838

39-
1. Ensure that the CNV endpoint is created in the same Speech resource as the custom avatar endpoint.
40-
1. If the CNV model is deployed in the same region as the custom avatar, you can see the CNV voice selection in the voices list of the avatar content generation page and live chat voice settings.
41-
1. If you're using the API to generate content, add the "customVoices" property to assign the deployment ID of the CNV model in the request batch synthesis properties. For more information, refer to the [Text to speech properties](batch-synthesis-avatar-properties.md#text-to-speech-properties).
42-
1. If you're using real-time mode, refer to our sample code on [GitHub](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/samples/js/browser/avatar) to set the custom voice.
39+
- Ensure that the CNV endpoint is created in the same Speech resource as the custom avatar endpoint.
40+
- If the CNV model is deployed in the same region as the custom avatar, you can see the CNV voice selection in the voices list of the avatar content generation page and live chat voice settings.
41+
- If you're using the API to generate content, add the "customVoices" property to assign the deployment ID of the CNV model in the request batch synthesis properties. For more information, refer to the [Text to speech properties](batch-synthesis-avatar-properties.md#text-to-speech-properties).
42+
- If you're using real-time mode, refer to our sample code on [GitHub](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/samples/js/browser/avatar) to set the custom voice.
4343

4444
### Sample code of calling both CNV and custom avatar
4545

0 commit comments

Comments
 (0)