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/cognitive-services/Speech-Service/speech-synthesis-markup.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ manager: nitinme
8
8
ms.service: cognitive-services
9
9
ms.subservice: speech-service
10
10
ms.topic: conceptual
11
-
ms.date: 03/05/2020
11
+
ms.date: 03/11/2020
12
12
ms.author: dapine
13
13
---
14
14
@@ -77,11 +77,11 @@ The `voice` element is required. It is used to specify the voice that is used fo
77
77
**Example**
78
78
79
79
> [!NOTE]
80
-
> This example uses the `en-US-Jessa24kRUS` voice. For a complete list of supported voices, see [Language support](language-support.md#text-to-speech).
80
+
> This example uses the `en-US-AriaRUS` voice. For a complete list of supported voices, see [Language support](language-support.md#text-to-speech).
By default, the text-to-speech service synthesizes text using a neutral speaking style for both standard and neural voices. With neural voices, you can adjust the speaking style to express cheerfulness, empathy, or sentiment with the `<mstts:express-as>` element. This is an optional element unique to the Speech service.
190
190
191
191
Currently, speaking style adjustments are supported for these neural voices:
192
-
*`en-US-JessaNeural`
192
+
*`en-US-AriaNeural`
193
193
*`pt-BR-FranciscaNeural`
194
194
*`zh-CN-XiaoxiaoNeural`
195
195
@@ -211,7 +211,7 @@ Use this table to determine which speaking styles are supported for each neural
211
211
212
212
| Voice | Type | Description |
213
213
|-------|------|-------------|
214
-
|`en-US-JessaNeural`|`type="cheerful"`| Expresses an emotion that is positive and happy |
214
+
|`en-US-AriaNeural`|`type="cheerful"`| Expresses an emotion that is positive and happy |
215
215
||`type="empathy"`| Expresses a sense of caring and understanding |
216
216
||`type="chat"`| Speak in a casual, relaxed tone |
217
217
||`type="newscast"`| Expresses a formal tone, similar to news broadcasts |
@@ -227,7 +227,7 @@ This SSML snippet illustrates how the `<mstts:express-as>` element is used to ch
0 commit comments