Skip to content

Commit 3df2e93

Browse files
committed
preview note
1 parent 39de9a5 commit 3df2e93

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

articles/ai-services/speech-service/speech-synthesis-markup-voice.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: eric-urban
66
manager: nitinme
77
ms.service: azure-ai-speech
88
ms.topic: how-to
9-
ms.date: 3/10/2025
9+
ms.date: 7/9/2025
1010
ms.author: eur
1111
ms.custom: references_regions
1212
#Customer intent: As a developer, I want to learn how to use Speech Synthesis Markup Language (SSML) elements to customize what my Speech service voice sounds like.
@@ -559,9 +559,9 @@ This SSML snippet illustrates how to request blend shapes with your synthesized
559559

560560
## Voice conversion element
561561

562-
Voice conversion is the process of transforming the voice characteristics of a given audio to a target voice speaker. After voice conversion, the resulting audio reserves source audio's linguistic content and prosody while the voice timbre sounds like the target speaker. For more information, see [voice conversion](./voice-conversion.md).
562+
Voice conversion (preview) is the process of transforming the voice characteristics of a given audio to a target voice speaker. After voice conversion, the resulting audio reserves source audio's linguistic content and prosody while the voice timbre sounds like the target speaker. For more information, see [voice conversion](./voice-conversion.md).
563563

564-
Use the `<mstts:voiceconversion>` tag via Speech Synthesis Markup Language (SSML) to specify the source audio URL and the target voice for the conversion. For a complete list of supported target voices, see [supported voices for voice conversion](./language-support.md#voice-conversion).
564+
Use the `<mstts:voiceconversion>` tag via Speech Synthesis Markup Language (SSML) to specify the source audio URL and the target voice for the conversion. For a complete list of supported target voices, see [supported voices for voice conversion](./language-support.md?tabs=tts#voice-conversion).
565565

566566
The following table describes the usage of the `mstts:voiceconversion` element's attributes:
567567

@@ -573,7 +573,7 @@ Here's how the voice conversion works:
573573
- The source audio is a prerecorded audio file that contains the spoken words and prosody.
574574
- Text content: The final synthesized speech follows the spoken words in the source audio.
575575
- Prosody and rhythm: The speech maintains the timing and intonation from the source.
576-
- The `<voice>` tag specifies the target voice used for the output audio. For information about the supported target voices, see [supported voices for voice conversion](./language-support.md#voice-conversion).
576+
- The `<voice>` tag specifies the target voice used for the output audio. For information about the supported target voices, see [supported voices for voice conversion](./language-support.md?tabs=tts#voice-conversion).
577577
- The output audio keeps the timbre (tone and voice quality) of the target voice, but follows the text and speaking style of the source audio.
578578

579579
> [!NOTE]

articles/ai-services/speech-service/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ items:
136136
- name: High definition (HD) voices
137137
href: high-definition-voices.md
138138
displayName: hd voice
139-
- name: Voice conversion
139+
- name: Voice conversion (preview)
140140
href: voice-conversion.md
141141
displayName: voice conversion
142142
- name: Custom voice

articles/ai-services/speech-service/voice-conversion.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ ms.reviewer: eur
88
manager: nitinme
99
ms.service: azure-ai-speech
1010
ms.topic: overview
11-
ms.date: 7/1/2025
11+
ms.date: 7/9/2025
1212
ms.custom: references_regions
1313
---
1414

15-
# What is voice conversion?
15+
# What is voice conversion? (Preview)
16+
17+
[!INCLUDE [Feature preview](./includes/previews/preview-generic.md)]
1618

1719
Voice conversion is the process of transforming the voice characteristics of a given audio to a target voice speaker. After voice conversion, the resulting audio reserves source audio's linguistic content and prosody while the voice timbre sounds like the target speaker.
1820

@@ -31,13 +33,13 @@ Voice conversion (or voice changer or speech to speech conversion) is built on s
3133
| **High speaker similarity** | Captures the timbre and vocal identity of the target speaker.<br>Generates audio that accurately matches the target voice. |
3234
| **Prosody preservation** | Maintains rhythm, stress, and intonation of source audio.<br>Preserves expressive and emotional qualities. |
3335
| **High audio fidelity** | Generates realistic, natural-sounding audio.<br>Minimizes artifacts. |
34-
| **Multilingual support** | Enables multilingual voice conversion.<br>Supports 91 locales (same as standard text to speech locale support).<br>See [supported voices for voice conversion](./language-support.md#voice-conversion) for the complete list. |
36+
| **Multilingual support** | Enables multilingual voice conversion.<br>Supports 91 locales (same as standard text to speech locale support).<br>See [supported voices for voice conversion](./language-support.md?tabs=tts#voice-conversion) for the complete list. |
3537

3638
## Use voice conversion
3739

3840
You can use Azure AI Speech voice conversion with either the Speech SDK or text to speech REST APIs.
3941

40-
Use the `<mstts:voiceconversion>` tag via Speech Synthesis Markup Language (SSML) to specify the source audio URL and the target voice for the conversion. For a complete list of supported target voices, see [supported voices for voice conversion](./language-support.md#voice-conversion).
42+
Use the `<mstts:voiceconversion>` tag via Speech Synthesis Markup Language (SSML) to specify the source audio URL and the target voice for the conversion. For a complete list of supported target voices, see [supported voices for voice conversion](./language-support.md?tabs=tts#voice-conversion).
4143

4244
### Example SSML
4345

0 commit comments

Comments
 (0)