Skip to content

Commit 3400c7d

Browse files
authored
Merge pull request #191985 from garhe/patch-42
Update language-support.md
2 parents 55668e9 + 61364c6 commit 3400c7d

File tree

2 files changed

+19
-10
lines changed

2 files changed

+19
-10
lines changed

articles/cognitive-services/Speech-Service/includes/release-notes/release-notes-tts.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ ms.date: 01/24/2022
66
ms.author: eur
77
---
88

9+
### 2022-March release
10+
11+
#### New styles public preview for fr-FR Denise
12+
Introducing 2 new styles for public preview on fr-FR Denise: Cheerful and Sad
13+
914
### 2022-January release
1015

1116
#### New languages and voices

articles/cognitive-services/Speech-Service/language-support.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ The following table lists the prebuilt neural voices supported in each language.
234234
| Chinese (Mandarin, Simplified) | `zh-CN` | Female | `zh-CN-XiaomoNeural` | General, multiple role-play and styles available [using SSML](speech-synthesis-markup.md#adjust-speaking-styles) |
235235
| Chinese (Mandarin, Simplified) | `zh-CN` | Female | `zh-CN-XiaoqiuNeural` | Optimized for narrating |
236236
| Chinese (Mandarin, Simplified) | `zh-CN` | Female | `zh-CN-XiaoruiNeural` | Senior voice, multiple styles available [using SSML](speech-synthesis-markup.md#adjust-speaking-styles) |
237-
| Chinese (Mandarin, Simplified) | `zh-CN` | Female | `zh-CN-XiaoshuangNeural` | Child voiceoptimized for child story and chat; multiple voice styles available [using SSML](speech-synthesis-markup.md#adjust-speaking-styles)|
237+
| Chinese (Mandarin, Simplified) | `zh-CN` | Female | `zh-CN-XiaoshuangNeural` | Child voice, optimized for child story and chat; multiple voice styles available [using SSML](speech-synthesis-markup.md#adjust-speaking-styles)|
238238
| Chinese (Mandarin, Simplified) | `zh-CN` | Female | `zh-CN-XiaoxiaoNeural` | General, multiple voice styles available [using SSML](speech-synthesis-markup.md#adjust-speaking-styles) |
239239
| Chinese (Mandarin, Simplified) | `zh-CN` | Female | `zh-CN-XiaoxuanNeural` | General, multiple role-play and styles available [using SSML](speech-synthesis-markup.md#adjust-speaking-styles) |
240240
| Chinese (Mandarin, Simplified) | `zh-CN` | Female | `zh-CN-XiaoyanNeural` | Optimized for customer service |
@@ -311,7 +311,7 @@ The following table lists the prebuilt neural voices supported in each language.
311311
| French (Canada) | `fr-CA` | Female | `fr-CA-SylvieNeural` | General |
312312
| French (Canada) | `fr-CA` | Male | `fr-CA-AntoineNeural` | General |
313313
| French (Canada) | `fr-CA` | Male | `fr-CA-JeanNeural` | General |
314-
| French (France) | `fr-FR` | Female | `fr-FR-DeniseNeural` | General |
314+
| French (France) | `fr-FR` | Female | `fr-FR-DeniseNeural` | General, multiple voice styles available [using SSML](speech-synthesis-markup.md#adjust-speaking-styles) <sup>Public preview</sup> |
315315
| French (France) | `fr-FR` | Male | `fr-FR-HenriNeural` | General |
316316
| French (Switzerland) | `fr-CH` | Female | `fr-CH-ArianeNeural` | General |
317317
| French (Switzerland) | `fr-CH` | Male | `fr-CH-FabriceNeural` | General |
@@ -483,8 +483,11 @@ The following table lists the prebuilt neural voices supported in each language.
483483

484484
> [!IMPORTANT]
485485
> The English (United Kingdom) voice `en-GB-MiaNeural` retired on October 30, 2021. All service requests to `en-GB-MiaNeural` will be redirected to `en-GB-SoniaNeural` automatically as of October 30, 2021.
486+
486487
> If you're using container Neural TTS, [download](speech-container-howto.md#get-the-container-image-with-docker-pull) and deploy the latest version. Starting from October 30,2021, all requests with previous versions will be rejected.
487488
489+
> Two styles for `fr-FR-DeniseNeural` now are available for public preview: `cheerful` and `sad` in 3 regions: East US, West Europe, and Southeast Asia.
490+
488491
### Prebuilt neural voices in preview
489492

490493
The following neural voices are in public preview.
@@ -530,18 +533,15 @@ The following neural voices are in public preview.
530533
| German (Germany) | `de-DE` | Male | `de-DE-RalfNeural` <sup>New</sup> | General |
531534

532535
> [!IMPORTANT]
533-
> Voices in public preview are only available in three service regions: East US, West Europe, and Southeast Asia.
534-
535-
The `en-US-JennyNeuralMultilingual` voice supports multiple languages. Check the [voices list API](rest-text-to-speech.md#get-a-list-of-voices) for a supported languages list.
536+
> Voices/Styles in public preview are only available in three service regions: East US, West Europe, and Southeast Asia.
536537
537-
For more information about regional availability, see [regions](regions.md#prebuilt-neural-voices).
538+
> The `en-US-JennyNeuralMultilingual` voice supports multiple languages. Check the [voices list API](rest-text-to-speech.md#get-a-list-of-voices) for a supported languages list.
538539
539-
To learn how you can configure and adjust neural voices, such as Speaking Styles, see [Speech Synthesis Markup Language](speech-synthesis-markup.md#adjust-speaking-styles).
540+
> For more information about regional availability, see [regions](regions.md#prebuilt-neural-voices).
540541
541-
> [!IMPORTANT]
542-
> The `en-US-JessaNeural` voice has changed to `en-US-AriaNeural`. If you were using "Jessa" before, convert to "Aria."
542+
> To learn how you can configure and adjust neural voices, such as Speaking Styles, see [Speech Synthesis Markup Language](speech-synthesis-markup.md#adjust-speaking-styles).
543543
544-
You can continue to use the full service name mapping like "Microsoft Server Speech Text to Speech Voice (en-US, AriaNeural)" in your speech synthesis requests.
544+
> The `en-US-JessaNeural` voice has changed to `en-US-AriaNeural`. If you were using "Jessa" before, convert to "Aria." You can continue to use the full service name mapping like "Microsoft Server Speech Text to Speech Voice (en-US, AriaNeural)" in your speech synthesis requests.
545545
546546
### Voice styles and roles
547547

@@ -557,6 +557,7 @@ Use the following table to determine supported styles and roles for each neural
557557
|en-US-GuyNeural|`newscast`|||
558558
|en-US-JennyNeural|`assistant`, `chat`,`customerservice`, `newscast`|||
559559
|en-US-SaraNeural|`angry`, `cheerful`, `sad`|||
560+
|fr-FR-DeniseNeural |`cheerful` <sup>Public preview</sup>, `sad`<sup>Public preview</sup>|||
560561
|ja-JP-NanamiNeural|`chat`, `cheerful`, `customerservice`|||
561562
|pt-BR-FranciscaNeural|`calm`|||
562563
|zh-CN-XiaohanNeural|`affectionate`, `angry`, `calm`, `cheerful`, `disgruntled`, `embarrassed`, `fearful`, `gentle`, `sad`, `serious`|Supported||
@@ -569,6 +570,9 @@ Use the following table to determine supported styles and roles for each neural
569570
|zh-CN-YunyangNeural|`customerservice`, `narration-professional`, `newscast-casual`|Supported||
570571
|zh-CN-YunyeNeural|`angry`, `calm`, `cheerful`, `disgruntled`, `embarrassed`, `fearful`, `sad`, `serious`|Supported|Supported|
571572

573+
> [!IMPORTANT]
574+
> Voices/Styles in public preview are only available in three service regions: East US, West Europe, and Southeast Asia.
575+
572576
### Custom Neural Voice
573577

574578
Custom Neural Voice lets you create synthetic voices that are rich in speaking styles. You can create a unique brand voice in multiple languages and styles by using a small set of recording data.

0 commit comments

Comments
 (0)