Skip to content

Commit 4ce45dc

Browse files
authored
Merge pull request #157508 from qiliao123/patch-31
Update language-support.md
2 parents fd32ec3 + 216ac12 commit 4ce45dc

File tree

1 file changed

+23
-18
lines changed

1 file changed

+23
-18
lines changed

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

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -409,25 +409,30 @@ More than 75 standard voices are available in over 45 languages and locales, whi
409409
410410
### Customization
411411

412-
Custom Voice is available in the standard and the neural tier. The languages supported are different for these two tiers.
412+
Custom Voice is available in the neural tier (a.k.a, Custom Neural Voice). Check below for the languages supported.
413413

414-
| Language | Locale | Standard | Neural |
415-
|--|--|--|--|
416-
| Chinese (Mandarin, Simplified) | `zh-CN` | Yes | Yes |
417-
| Chinese (Mandarin, Simplified), English bilingual | `zh-CN` bilingual | Yes | Yes |
418-
| English (Australia) | `en-AU` | No | Yes |
419-
| English (India) | `en-IN` | Yes | Yes |
420-
| English (United Kingdom) | `en-GB` | Yes | Yes |
421-
| English (United States) | `en-US` | Yes | Yes |
422-
| French (Canada) | `fr-CA` | No | Yes |
423-
| French (France) | `fr-FR` | Yes | Yes |
424-
| German (Germany) | `de-DE` | Yes | Yes |
425-
| Italian (Italy) | `it-IT` | Yes | Yes |
426-
| Japanese (Japan) | `ja-JP` | No | Yes |
427-
| Korean (Korea) | `ko-KR` | No | Yes |
428-
| Portuguese (Brazil) | `pt-BR` | Yes | Yes |
429-
| Spanish (Mexico) | `es-MX` | Yes | Yes |
430-
| Spanish (Spain) | `es-ES` | No | Yes |
414+
> [!IMPORTANT]
415+
> The standard tier including the statistical parametric and the concatenative training methods of custom voice is being deprecated and will be retired on 2/29/2024. If you are using non-neural/standard Custom Voice, migrate to Custom Neural Voice immediately to enjoy the better quality and deploy the voices responsibly.
416+
417+
| Language | Locale | Neural |
418+
|--|--|--|
419+
| Bulgarian (Bulgaria)| `bg-BG` | Yes |
420+
| Chinese (Mandarin, Simplified) | `zh-CN` | Yes |
421+
| Chinese (Mandarin, Simplified), English bilingual | `zh-CN` bilingual | Yes |
422+
| Dutch (Netherlands) | `nl-NL` | Yes |
423+
| English (Australia) | `en-AU` | Yes |
424+
| English (India) | `en-IN` | Yes |
425+
| English (United Kingdom) | `en-GB` | Yes |
426+
| English (United States) | `en-US` | Yes |
427+
| French (Canada) | `fr-CA` | Yes |
428+
| French (France) | `fr-FR` | Yes |
429+
| German (Germany) | `de-DE` | Yes |
430+
| Italian (Italy) | `it-IT` | Yes |
431+
| Japanese (Japan) | `ja-JP` | Yes |
432+
| Korean (Korea) | `ko-KR` | Yes |
433+
| Portuguese (Brazil) | `pt-BR` | Yes |
434+
| Spanish (Mexico) | `es-MX` | Yes |
435+
| Spanish (Spain) | `es-ES` | Yes |
431436

432437
Select the right locale that matches the training data you have to train a custom voice model. For example, if the recording data you have is spoken in English with a British accent, select `en-GB`.
433438

0 commit comments

Comments
 (0)