Skip to content

Commit 7505752

Browse files
authored
Update speech-synthesis-markup-structure.md
Removing slash from audio start element on XML Structure which makes xml invalid.
1 parent 166f2ba commit 7505752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/Speech-Service/speech-synthesis-markup-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Here's a subset of the basic structure and syntax of an SSML document:
3030
<speak version="1.0" xmlns="http://www.w3.org/2001/10/synthesis" xmlns:mstts="https://www.w3.org/2001/mstts" xml:lang="string">
3131
<mstts:backgroundaudio src="string" volume="string" fadein="string" fadeout="string"/>
3232
<voice name="string" effect="string">
33-
<audio src="string"/></audio>
33+
<audio src="string"></audio>
3434
<bookmark mark="string"/>
3535
<break strength="string" time="string" />
3636
<emphasis level="value"></emphasis>

0 commit comments

Comments
 (0)