Skip to content

Commit d237d2f

Browse files
Update speech-synthesis-markup-pronunciation.md
1 parent a2d5ffc commit d237d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The supported values for attributes of the `phoneme` element were [described pre
7171
```xml
7272
<speak version="1.0" xmlns="http://www.w3.org/2001/10/synthesis" xml:lang="en-US">
7373
<voice name="en-US-JennyNeural">
74-
<phoneme alphabet="x-sampa" ph="he"l@u"> hello </phoneme>
74+
<phoneme alphabet='x-sampa' ph='he."lou'>hello</phoneme>
7575
</voice>
7676
</speak>
7777
```

0 commit comments

Comments
 (0)