Skip to content

Commit d97c099

Browse files
Merge pull request #253716 from garhe/patch-15
Update release-notes-tts.md
2 parents d1d4abf + eee7eda commit d97c099

File tree

2 files changed

+60
-18
lines changed

2 files changed

+60
-18
lines changed

articles/ai-services/speech-service/embedded-speech.md

Lines changed: 45 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -165,24 +165,7 @@ For embedded speech, you'll need to download the speech recognition models for [
165165
166166
The following [speech to text](speech-to-text.md) models are available: de-DE, en-AU, en-CA, en-GB, en-IE, en-IN, en-NZ, en-US, es-ES, es-MX, fr-CA, fr-FR, hi-IN, it-IT, ja-JP, ko-KR, nl-NL, pt-BR, ru-RU, sv-SE, tr-TR, zh-CN, zh-HK, and zh-TW.
167167
168-
The following [text to speech](text-to-speech.md) locales and voices are available out of box. We welcome your input to help us gauge demand for additional languages and voices. Check the full text to speech language and voice list [here](language-support.md?tabs=tts).
169-
170-
| Locale (BCP-47) | Language | Text to speech voices |
171-
| ----- | ----- | ----- |
172-
| `de-DE` | German (Germany) | `de-DE-KatjaNeural` (Female)<br/>`de-DE-ConradNeural` (Male)|
173-
| `en-AU` | English (Australia) | `en-AU-AnnetteNeural` (Female)<br/>`en-AU-WilliamNeural` (Male)|
174-
| `en-CA` | English (Canada) | `en-CA-ClaraNeural` (Female)<br/>`en-CA-LiamNeural` (Male)|
175-
| `en-GB` | English (United Kingdom) | `en-GB-LibbyNeural` (Female)<br/>`en-GB-RyanNeural` (Male)|
176-
| `en-US` | English (United States) | `en-US-AriaNeural` (Female)<br/>`en-US-GuyNeural` (Male)<br/>`en-US-JennyNeural` (Female)|
177-
| `es-ES` | Spanish (Spain) | `es-ES-ElviraNeural` (Female)<br/>`es-ES-AlvaroNeural` (Male)|
178-
| `es-MX` | Spanish (Mexico) | `es-MX-DaliaNeural` (Female)<br/>`es-MX-JorgeNeural` (Male)|
179-
| `fr-CA` | French (Canada) | `fr-CA-SylvieNeural` (Female)<br/>`fr-CA-JeanNeural` (Male)|
180-
| `fr-FR` | French (France) | `fr-FR-DeniseNeural` (Female)<br/>`fr-FR-HenriNeural` (Male)|
181-
| `it-IT` | Italian (Italy) | `it-IT-IsabellaNeural` (Female)<br/>`it-IT-DiegoNeural` (Male)|
182-
| `ja-JP` | Japanese (Japan) | `ja-JP-NanamiNeural` (Female)<br/>`ja-JP-KeitaNeural` (Male)|
183-
| `ko-KR` | Korean (Korea) | `ko-KR-SunHiNeural` (Female)<br/>`ko-KR-InJoonNeural` (Male)|
184-
| `pt-BR` | Portuguese (Brazil) | `pt-BR-FranciscaNeural` (Female)<br/>`pt-BR-AntonioNeural` (Male)|
185-
| `zh-CN` | Chinese (Mandarin, Simplified) | `zh-CN-XiaoxiaoNeural` (Female)<br/>`zh-CN-YunxiNeural` (Male)|
168+
All text to speech locales [here](language-support.md?tabs=tts) (except fa-IR, Persian (Iran)) are available out of box with either 1 selected female and/or 1 selected male voices. We welcome your input to help us gauge demand for additional languages and voices.
186169
187170
## Embedded speech configuration
188171
@@ -298,6 +281,50 @@ With hybrid speech configuration for [text to speech](text-to-speech.md) (voices
298281

299282
For cloud speech, you use the `SpeechConfig` object, as shown in the [speech to text quickstart](get-started-speech-to-text.md) and [text to speech quickstart](get-started-text-to-speech.md). To run the quickstarts for embedded speech, you can replace `SpeechConfig` with `EmbeddedSpeechConfig` or `HybridSpeechConfig`. Most of the other speech recognition and synthesis code are the same, whether using cloud, embedded, or hybrid configuration.
300283

284+
## Embedded voices capabilities
285+
286+
For embedded voices, it is essential to note that certain SSML tags may not be currently supported due to differences in the model structure. For detailed information regarding the unsupported SSML tags, please refer to the table below.
287+
288+
| Level 1 | Level 2 | Sub values | Support in embedded NTTS |
289+
|-----------------|-----------|-------------------------------------------------------|--------------------------|
290+
| audio | src | | No |
291+
| bookmark | | | Yes |
292+
| break | strength | | No |
293+
| | time | | No |
294+
| silence | type | Leading, Tailing, Comma-exact, etc. | No |
295+
| | value | | No |
296+
| emphasis | level | | No |
297+
| lang | | | No |
298+
| lexicon | uri | | Yes |
299+
| math | | | No |
300+
| msttsaudioduration | value | | No |
301+
| msttsbackgroundaudio | src | | No |
302+
| | volume | | No |
303+
| | fadein | | No |
304+
| | fadeout | | No |
305+
| msttsexpress-as | style | | No |
306+
| | styledegree | | No |
307+
| | role | | No |
308+
| msttssilence | | | No |
309+
| msttsviseme | type | redlips_front, FacialExpression | No |
310+
| p | | | Yes |
311+
| phoneme | alphabet | ipa, sapi, ups, etc. | Yes |
312+
| | ph | | Yes |
313+
| prosody | contour | Sentences level support, word level only en-US and zh-CN | Yes |
314+
| | pitch | | Yes |
315+
| | range | | Yes |
316+
| | rate | | Yes |
317+
| | volume | | Yes |
318+
| s | | | Yes |
319+
| say-as | interpret-as | characters, spell-out, number_digit, date, etc. | Yes |
320+
| | format | | Yes |
321+
| | detail | | Yes |
322+
| sub | alias | | Yes |
323+
| speak | | | Yes |
324+
| voice | | | No |
325+
326+
327+
301328

302329
## Next steps
303330

articles/ai-services/speech-service/includes/release-notes/release-notes-tts.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ ms.topic: include
55
ms.date: 02/28/2023
66
ms.author: eur
77
---
8+
### September 2023 release
9+
10+
#### Prebuilt neural voice
11+
- Introducing new multilingual voices for public preview:
12+
13+
| Locale (BCP-47) | Language | Text to speech voices |
14+
| ----- | ----- | ----- |
15+
| `en-US` | English (United States) | `en-US-EmmaNeural` (Female) |
16+
| `en-US` | English (United States) | `en-US-AndrewNeural` (Male) |
17+
| `en-US` | English (United States) | `en-US-BrianNeural` (Male) |
18+
19+
See the [full language and voice list](../../language-support.md?tabs=tts#custom-neural-voice) for more information.
20+
21+
#### Embedded neural voice
22+
- All 147 locales here (except fa-IR, Persian (Iran)) are available out of box with either 1 selected female and/or 1 selected male voices.
823

924
### August 2023 release
1025

0 commit comments

Comments
 (0)