Skip to content

Commit 56cc6a7

Browse files
authored
Merge pull request #202401 from sally-baolian/patch-36
Fix a bug for silence element
2 parents 697d2f3 + 5c95599 commit 56cc6a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ Use the `mstts:silence` element to insert pauses before or after text, or betwee
392392
In this example, `mtts:silence` is used to add 200 ms of silence between two sentences.
393393

394394
```xml
395-
<speak version="1.0" xmlns="http://www.w3.org/2001/10/synthesis" xml:lang="en-US">
395+
<speak version="1.0" xmlns="http://www.w3.org/2001/10/synthesis" xmlns:mstts="http://www.w3.org/2001/mstts" xml:lang="en-US">
396396
<voice name="en-US-JennyNeural">
397397
<mstts:silence type="Sentenceboundary" value="200ms"/>
398398
If we’re home schooling, the best we can do is roll with what each day brings and try to have fun along the way.

0 commit comments

Comments
 (0)