Skip to content

Commit d225147

Browse files
authored
Merge pull request #107215 from tw11509/patch-1
Update speech-synthesis-markup-structure.md
2 parents 5318fb2 + 7505752 commit d225147

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)