Skip to content

Commit ce2884e

Browse files
committed
custom voice terminology update
1 parent 9709ac6 commit ce2884e

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

articles/ai-services/speech-service/includes/how-to/professional-voice/train-voice/ai-foundry.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ After you validate your data files, use them to build your custom voice model. W
2727

2828
- [Neural - cross lingual](?tabs=crosslingual#train-your-custom-voice-model): Create a voice that speaks a different language from your training data. For example, with the `zh-CN` training data, you can create a voice that speaks `en-US`.
2929

30-
The language of the training data and the target language must both be one of the [languages that are supported](../../../../language-support.md?tabs=tts#custom-voice) for cross lingual voice training. You don't need to prepare training data in the target language, but your test script must be in the target language.
30+
The language of the training data and the target language must both be one of the [languages that are supported](../../../../language-support.md?tabs=tts#professional-voice) for cross lingual voice training. You don't need to prepare training data in the target language, but your test script must be in the target language.
3131

3232
- [Neural - multi style](?tabs=multistyle#train-your-custom-voice-model): Create a custom voice that speaks in multiple styles and emotions, without adding new training data. Multiple style voices are useful for video game characters, conversational chatbots, audiobooks, content readers, and more.
3333

3434
To create a multiple style voice, you need to prepare a set of general training data, at least 300 utterances. Select one or more of the preset target speaking styles. You can also create multiple custom styles by providing style samples, of at least 100 utterances per style, as extra training data for the same voice. The supported preset styles vary according to different languages. See [available preset styles across different languages](?tabs=multistyle#available-preset-styles-across-different-languages).
3535

3636
- [Neural - multi lingual (preview)](?tabs=multilingual#train-your-custom-voice-model): Create a voice that speaks multiple languages using the single-language training data. For example, with the `en-US` primary training data, you can create a voice that speaks `en-US`, `de-DE`, `zh-CN` etc. secondary languages.
3737

38-
The primary language of the training data and the secondary languages must be in the [languages that are supported](../../../../language-support.md?tabs=tts#custom-voice) for multi lingual voice training. You don't need to prepare training data in the secondary languages.
38+
The primary language of the training data and the secondary languages must be in the [languages that are supported](../../../../language-support.md?tabs=tts#professional-voice) for multi lingual voice training. You don't need to prepare training data in the secondary languages.
3939

4040
The language of the training data must be one of the [languages that are supported](../../../../language-support.md?tabs=tts) for custom voice, cross-lingual, or multiple style training.
4141

articles/ai-services/speech-service/includes/how-to/professional-voice/train-voice/rest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ After you validate your data files, use them to build your custom voice model. W
2828

2929
- [Neural - cross lingual](?tabs=crosslingual#create-a-voice-model): Create a voice that speaks a different language from your training data. For example, with the `fr-FR` training data, you can create a voice that speaks `en-US`.
3030

31-
The language of the training data and the target language must both be one of the [languages that are supported](../../../../language-support.md?tabs=tts#custom-voice) for cross lingual voice training. You don't need to prepare training data in the target language, but your test script must be in the target language.
31+
The language of the training data and the target language must both be one of the [languages that are supported](../../../../language-support.md?tabs=tts#professional-voice) for cross lingual voice training. You don't need to prepare training data in the target language, but your test script must be in the target language.
3232

3333
- [Neural - multi style](?tabs=multistyle#create-a-voice-model): Create a custom voice that speaks in multiple styles and emotions, without adding new training data. Multiple style voices are useful for video game characters, conversational chatbots, audiobooks, content readers, and more.
3434

articles/ai-services/speech-service/includes/how-to/professional-voice/train-voice/speech-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ After you validate your data files, use them to build your custom voice model. W
2727

2828
- [Neural - cross lingual](?tabs=crosslingual#train-your-custom-voice-model): Create a voice that speaks a different language from your training data. For example, with the `zh-CN` training data, you can create a voice that speaks `en-US`.
2929

30-
The language of the training data and the target language must both be one of the [languages that are supported](../../../../language-support.md?tabs=tts#custom-voice) for cross lingual voice training. You don't need to prepare training data in the target language, but your test script must be in the target language.
30+
The language of the training data and the target language must both be one of the [languages that are supported](../../../../language-support.md?tabs=tts#professional-voice) for cross lingual voice training. You don't need to prepare training data in the target language, but your test script must be in the target language.
3131

3232
- [Neural - multi style](?tabs=multistyle#train-your-custom-voice-model): Create a custom voice that speaks in multiple styles and emotions, without adding new training data. Multiple style voices are useful for video game characters, conversational chatbots, audiobooks, content readers, and more.
3333

3434
To create a multiple style voice, you need to prepare a set of general training data, at least 300 utterances. Select one or more of the preset target speaking styles. You can also create multiple custom styles by providing style samples, of at least 100 utterances per style, as extra training data for the same voice. The supported preset styles vary according to different languages. See [available preset styles across different languages](?tabs=multistyle#available-preset-styles-across-different-languages).
3535

3636
- [Neural - multi lingual (preview)](?tabs=multilingual#train-your-custom-voice-model): Create a voice that speaks multiple languages using the single-language training data. For example, with the `en-US` primary training data, you can create a voice that speaks `en-US`, `de-DE`, `zh-CN` etc. secondary languages.
3737

38-
The primary language of the training data and the secondary languages must be in the [languages that are supported](../../../../language-support.md?tabs=tts#custom-voice) for multi lingual voice training. You don't need to prepare training data in the secondary languages.
38+
The primary language of the training data and the secondary languages must be in the [languages that are supported](../../../../language-support.md?tabs=tts#professional-voice) for multi lingual voice training. You don't need to prepare training data in the secondary languages.
3939

4040
- [Neural - HD Voice (preview)](?tabs=hdvoice#train-your-custom-voice-model): Create a HD voice in the same language of your training data. Azure neural HD voices are LLM-based, optimized for dynamic conversations. Learn more about neural HD voices [here](../../../../high-definition-voices.md).
4141

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ Azure AI speech high definition (HD) voices are available in public preview. The
251251
- `es-US`: Spanish (United States)
252252
- `ta-MY`: Tamil (Malaysia)
253253

254-
See the [language list for Custom neural voice](../../language-support.md?tabs=tts#custom-voice) for the full list of supported locales.
254+
See the [language list for Custom neural voice](../../language-support.md?tabs=tts#professional-voice) for the full list of supported locales.
255255

256256
- The cross-lingual feature now supports the following new locales as source locales:
257257

@@ -273,7 +273,7 @@ Azure AI speech high definition (HD) voices are available in public preview. The
273273
| `ta-IN` | Tamil (India) |
274274
| `zh-HK` | Chinese (Cantonese, Traditional) |
275275

276-
See the [language list for Custom neural voice](../../language-support.md?tabs=tts#custom-voice) for the full list of supported locales.
276+
See the [language list for Custom neural voice](../../language-support.md?tabs=tts#professional-voice) for the full list of supported locales.
277277

278278
- The multi-style voice feature now supports the following new locales:
279279

@@ -320,7 +320,7 @@ Azure AI speech high definition (HD) voices are available in public preview. The
320320
| `zh-HK` | Chinese (Cantonese, Traditional) |
321321
| `zh-TW` | Chinese (Taiwanese Mandarin, Traditional) |
322322

323-
See the [language list for Custom neural voice](../../language-support.md?tabs=tts#custom-voice) for the full list of supported locales.
323+
See the [language list for Custom neural voice](../../language-support.md?tabs=tts#professional-voice) for the full list of supported locales.
324324

325325
### September 2024 release
326326

@@ -598,7 +598,7 @@ For more information, see [text to speech avatar](../../text-to-speech-avatar/wh
598598

599599
#### Custom neural voice
600600

601-
Added support for the 24 new locales for cross-lingual voice. See the [full language list](../../language-support.md?tabs=tts#custom-voice) for more information.
601+
Added support for the 24 new locales for cross-lingual voice. See the [full language list](../../language-support.md?tabs=tts#professional-voice) for more information.
602602

603603
#### Standard voice
604604
Introducing new voices for public preview:
@@ -621,13 +621,13 @@ Models updated with bugs fixed and quality improvement:
621621
| `en-GB` | English (United Kingdom) | `RyanNeural` (Male) |
622622
| `ko-KR` | Korean (Korea) | `InjoonNeural` (Male) |
623623

624-
See the [full language and voice list](../../language-support.md?tabs=tts#custom-voice) for more information.
624+
See the [full language and voice list](../../language-support.md?tabs=tts#professional-voice) for more information.
625625

626626
### October 2023 release
627627

628628
#### Custom neural voice
629629

630-
- Added support for the 12 new locales with custom neural voice Pro. See the [full language list](../../language-support.md?tabs=tts#custom-voice) for more information.
630+
- Added support for the 12 new locales with custom neural voice Pro. See the [full language list](../../language-support.md?tabs=tts#professional-voice) for more information.
631631

632632
### September 2023 release
633633

@@ -640,7 +640,7 @@ See the [full language and voice list](../../language-support.md?tabs=tts#custom
640640
| `en-US` | English (United States) | `en-US-AndrewNeural` (Male) |
641641
| `en-US` | English (United States) | `en-US-BrianNeural` (Male) |
642642

643-
See the [full language and voice list](../../language-support.md?tabs=tts#custom-voice) for more information.
643+
See the [full language and voice list](../../language-support.md?tabs=tts#professional-voice) for more information.
644644

645645
#### Embedded neural voice
646646
- 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.
@@ -656,9 +656,9 @@ See the [full language and voice list](../../language-support.md?tabs=tts#custom
656656
#### Custom neural voice
657657

658658
- [Multi-style voice](../../professional-voice-train-voice.md?tabs=multistyle#train-your-custom-voice-model) is generally available.
659-
- Added two new locales in public preview for multi-style voice: `ja-JP` and `zh-CN`. See the [full language and voice list](../../language-support.md?tabs=tts#custom-voice) for more information. Refer to [the preset style list for different languages](../../professional-voice-train-voice.md?tabs=multistyle#available-preset-styles-across-different-languages).
659+
- Added two new locales in public preview for multi-style voice: `ja-JP` and `zh-CN`. See the [full language and voice list](../../language-support.md?tabs=tts#professional-voice) for more information. Refer to [the preset style list for different languages](../../professional-voice-train-voice.md?tabs=multistyle#available-preset-styles-across-different-languages).
660660
- [Cross-lingual voice](../../professional-voice-train-voice.md?tabs=crosslingual#train-your-custom-voice-model) is generally available.
661-
- Added two new locales for cross-lingual voice: `id-ID` and `nl-NL`. See the [full language and voice list](../../language-support.md?tabs=tts#custom-voice) for more information.
661+
- Added two new locales for cross-lingual voice: `id-ID` and `nl-NL`. See the [full language and voice list](../../language-support.md?tabs=tts#professional-voice) for more information.
662662

663663
#### Standard voices
664664

@@ -722,7 +722,7 @@ Speech Synthesis Markup Language (SSML) is updated to support audio effect proce
722722

723723
#### Custom neural voice
724724

725-
Added support for the `nl-BE` locale with [Custom neural voice](../../custom-neural-voice.md) Pro. See the [full language and voice list](../../language-support.md?tabs=tts#custom-voice) for more information.
725+
Added support for the `nl-BE` locale with [Custom neural voice](../../custom-neural-voice.md) Pro. See the [full language and voice list](../../language-support.md?tabs=tts#professional-voice) for more information.
726726

727727
#### Standard voices
728728

0 commit comments

Comments
 (0)