You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/speech-service/high-definition-voices.md
+14-16Lines changed: 14 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,30 +54,28 @@ Here's a comparison of features between Azure AI Speech HD voices, Azure OpenAI
54
54
55
55
The Azure AI Speech HD voice values are in the format `voicename:basemodel:version`. The name before the colon, such as `en-US-Ava`, is the voice persona name and its original locale. The base model is tracked by versions in subsequent updates.
56
56
57
-
Currently, `DragonHD` is the only base model available for Azure AI Speech HD voices. One version of the base model (`v1Neural`) is available for each voice persona. To ensure that you're using the latest version of the base model that we provide without having to make a code change, use the `LatestNeural` version.
57
+
Currently, `DragonHD` is the only base model available for Azure AI Speech HD voices. To ensure that you're using the latest version of the base model that we provide without having to make a code change, use the `LatestNeural` version.
58
58
59
-
For example, for the persona `en-US-Ava` you can specify two HD voice values:
59
+
For example, for the persona `en-US-Ava` you can specify the following HD voice values:
60
60
-`en-US-Ava:DragonHDLatestNeural`: Always uses the latest version of the base model that we provide later.
61
-
-`en-US-Ava:DragonHDv1Neural`: Always uses the `v1Neural` version of the base model. When we release a new version of the base model, you need to update your code to use the new version.
62
61
63
62
The following table lists the Azure AI Speech HD voices that are currently available.
0 commit comments