Skip to content

Commit d7c320e

Browse files
committed
voice conversion documentation
1 parent e70b5d1 commit d7c320e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ 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.
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).
563563

564564
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).
565565

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Use the `<mstts:voiceconversion>` tag via Speech Synthesis Markup Language (SSML
4949
</speak>
5050
```
5151

52-
For details about the SSML structure and usage, see the [Speech Synthesis Markup Language (SSML) reference](./speech-synthesis-markup-voice.md) documentation.
52+
For details about the SSML structure and usage, see the [Speech Synthesis Markup Language (SSML) reference](./speech-synthesis-markup-voice.md#voice-conversion-element) documentation.
5353

5454
## Related content
5555

0 commit comments

Comments
 (0)