Skip to content

Commit f6ed02c

Browse files
authored
Merge pull request #85839 from erhopf/ssml-updates-august
[CogSvcs] SSML Updates
2 parents cc21b61 + e0bbfaf commit f6ed02c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

articles/cognitive-services/Speech-Service/overview.md

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Learn what's new with the Azure Speech Services.
3838

3939
* August 2019
4040
* **New tutorial**: [Voice enable your bot with the Speech SDK, C#](tutorial-voice-enable-your-bot-speech-sdk.md)
41+
* Added a new speaking style, [`chat`](speech-synthesis-markup.md#adjust-speaking-styles), for the `en-US-JessaNeural` voice.
4142
* June 2019
4243
* Released Speech SDK 1.6.0. For a full list of updates, enhancements, and known issues, see [Release notes](releasenotes.md).
4344
* May 2019 - Documentation is now available for [Conversation Transcription](conversation-transcription-service.md), [Call Center Transcription](call-center-transcription.md), and [Voice-first Virtual Assistants](voice-first-virtual-assistants.md).

articles/cognitive-services/Speech-Service/speech-synthesis-markup.md

+5
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ Choose from standard and neural voices, or create your own custom voice unique t
2727

2828
To learn more about standard, neural, and custom voices, see [Text-to-speech overview](text-to-speech.md).
2929

30+
## Special characters
31+
32+
While using SSML to convert text-to-synthesized speech, keep in mind that just like with XML, special characters, such as quotation marks, apostrophes, and brackets must be escaped. For more information, see [Extensible Markup Language (XML) 1.0: Appendix D](https://www.w3.org/TR/xml/#sec-entexpand).
33+
3034
## Supported SSML elements
3135

3236
Each SSML document is created with SSML elements (or tags). These elements are used to adjust pitch, prosody, volume, and more. The following sections detail how each element is used, and when an element is required or optional.
@@ -137,6 +141,7 @@ Use this table to determine which speaking styles are supported for each neural
137141
|-------|------|-------------|
138142
| `en-US-JessaNeural` | type=`cheerful` | Expresses an emotion that is positive and happy |
139143
| | type=`empathy` | Expresses a sense of caring and understanding |
144+
| | type=`chat` | Speak in a casual, relaxed tone |
140145
| `zh-CN-XiaoxiaoNeural` | type=`newscast` | Expresses a formal tone, similar to news broadcasts |
141146
| | type=`sentiment` | Conveys a touching message or a story |
142147

0 commit comments

Comments
 (0)