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/personal-voice-how-to-use.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,18 +28,19 @@ You need to use [speech synthesis markup language (SSML)](./speech-synthesis-mar
28
28
29
29
-`DragonLatestNeural` is a base model with superior voice cloning similarity compared to `PhoenixLatestNeural`. `PhoenixLatestNeural` is a base model with more accurate pronunciation and lower latency than `DragonLatestNeural`.
30
30
31
-
-`Dragon` model doesn't support `<lang xml:lang>` element in SSML.
31
+
-For personal voice, you can use the `<lang xml:lang>` element to adjust the speaking language. It's the same as with multilingual voices. See [how to use the lang element to speak different languages](speech-synthesis-markup-voice.md#lang-examples).
32
32
33
-
Here's example SSML in a request for text to speech with the voice name and the speaker profile ID.
33
+
Here's example SSML in a request for text to speech with the voice name and the speaker profile ID. The sample also demonstrates how to switch languages from `en-US` to `zh-HK` using the `<lang xml:lang>` element.
<mstts:ttsembeddingspeakerProfileId='your speaker profile ID here'>
39
-
I'm happy to hear that you find me amazing and that I have made your trip planning easier and more fun. 我很高兴听到你觉得我很了不起,我让你的旅行计划更轻松、更有趣。Je suis heureux d'apprendre que vous me trouvez incroyable et que j'ai rendu la planification de votre voyage plus facile et plus amusante.
40
-
</mstts:ttsembedding>
38
+
<mstts:ttsembeddingspeakerProfileId='your speaker profile ID here'>
39
+
I'm happy to hear that you find me amazing and that I have made your trip planning easier and more fun.
0 commit comments