Skip to content

Commit 2b60051

Browse files
Merge pull request #270465 from sally-baolian/patch-222
Update speech-synthesis-markup-pronunciation.md
2 parents c643b4d + df829e5 commit 2b60051

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/ai-services/speech-service/speech-synthesis-markup-pronunciation.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,37 +38,37 @@ The supported values for attributes of the `phoneme` element were [described pre
3838

3939
```xml
4040
<speak version="1.0" xmlns="http://www.w3.org/2001/10/synthesis" xml:lang="en-US">
41-
<voice name="en-US-AvaMultilingualNeural">
41+
<voice name="en-US-AvaNeural">
4242
<phoneme alphabet="ipa" ph="tə.ˈmeɪ.toʊ"> tomato </phoneme>
4343
</voice>
4444
</speak>
4545
```
4646
```xml
4747
<speak version="1.0" xmlns="http://www.w3.org/2001/10/synthesis" xml:lang="en-US">
48-
<voice name="en-US-AvaMultilingualNeural">
48+
<voice name="en-US-AvaNeural">
4949
<phoneme alphabet="ipa" ph="təmeɪˈtoʊ"> tomato </phoneme>
5050
</voice>
5151
</speak>
5252
```
5353
```xml
5454
<speak version="1.0" xmlns="https://www.w3.org/2001/10/synthesis" xml:lang="en-US">
55-
<voice name="en-US-AvaMultilingualNeural">
55+
<voice name="en-US-AvaNeural">
5656
<phoneme alphabet="sapi" ph="iy eh n y uw eh s"> en-US </phoneme>
5757
</voice>
5858
</speak>
5959
```
6060

6161
```xml
6262
<speak version="1.0" xmlns="http://www.w3.org/2001/10/synthesis" xml:lang="en-US">
63-
<voice name="en-US-AvaMultilingualNeural">
63+
<voice name="en-US-AvaNeural">
6464
<s>His name is Mike <phoneme alphabet="ups" ph="JH AU"> Zhou </phoneme></s>
6565
</voice>
6666
</speak>
6767
```
6868

6969
```xml
7070
<speak version="1.0" xmlns="http://www.w3.org/2001/10/synthesis" xml:lang="en-US">
71-
<voice name="en-US-AvaMultilingualNeural">
71+
<voice name="en-US-AvaNeural">
7272
<phoneme alphabet='x-sampa' ph='he."lou'>hello</phoneme>
7373
</voice>
7474
</speak>
@@ -99,7 +99,7 @@ After you publish your custom lexicon, you can reference it from your SSML. The
9999
<speak version="1.0" xmlns="http://www.w3.org/2001/10/synthesis"
100100
xmlns:mstts="http://www.w3.org/2001/mstts"
101101
xml:lang="en-US">
102-
<voice name="en-US-AvaMultilingualNeural">
102+
<voice name="en-US-AvaNeural">
103103
<lexicon uri="https://www.example.com/customlexicon.xml"/>
104104
BTW, we will be there probably at 8:00 tomorrow morning.
105105
Could you help leave a message to Robert Benigni for me?

0 commit comments

Comments
 (0)