We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 166f2ba commit 7505752Copy full SHA for 7505752
articles/cognitive-services/Speech-Service/speech-synthesis-markup-structure.md
@@ -30,7 +30,7 @@ Here's a subset of the basic structure and syntax of an SSML document:
30
<speak version="1.0" xmlns="http://www.w3.org/2001/10/synthesis" xmlns:mstts="https://www.w3.org/2001/mstts" xml:lang="string">
31
<mstts:backgroundaudio src="string" volume="string" fadein="string" fadeout="string"/>
32
<voice name="string" effect="string">
33
- <audio src="string"/></audio>
+ <audio src="string"></audio>
34
<bookmark mark="string"/>
35
<break strength="string" time="string" />
36
<emphasis level="value"></emphasis>
0 commit comments