Skip to content

Commit f002137

Browse files
committed
update phone set document
1 parent 20985db commit f002137

File tree

2 files changed

+2
-54
lines changed

2 files changed

+2
-54
lines changed

articles/cognitive-services/Speech-Service/how-to-speech-synthesis-viseme.md

Lines changed: 1 addition & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -178,59 +178,7 @@ For 3D characters, think of the characters as string puppets. The puppet master
178178

179179
## Map phonemes to visemes
180180

181-
Visemes vary by language. Each language has a set of visemes that correspond to its specific phonemes. The following table shows the correspondence between International Phonetic Alphabet (IPA) phonemes and viseme IDs for English (US).
182-
183-
| IPA | Example | Viseme ID |
184-
|-----|---------|-----------|
185-
| i | **ea**t | 6 |
186-
| ɪ | **i**f | 6 |
187-
|| **a**te | 4 |
188-
| ɛ | **e**very | 4 |
189-
|æ | **a**ctive |1|
190-
|ɑ | **o**bstinate |2|
191-
|ɔ | c**au**se |3|
192-
|ʊ | b**oo**k |4|
193-
|| **o**ld |8|
194-
|u | **U**ber |7|
195-
|ʌ | **u**ncle |1|
196-
|| **i**ce |11|
197-
|| **ou**t |9|
198-
|ɔɪ | **oi**l |10|
199-
|ju | **Yu**ma |[6, 7]|
200-
|ə | **a**go |1|
201-
|ɪɹ | **ear**s |[6, 13]|
202-
|ɛɹ | **air**plane |[4, 13]|
203-
|ʊɹ | c**ur**e |[4, 13]|
204-
|aɪ(ə)ɹ | **Ire**land |[11, 13]|
205-
|aʊ(ə)ɹ | **hour**s |[9, 13]|
206-
|ɔɹ | **or**ange |[3, 13]|
207-
|ɑɹ | **ar**tist |[2, 13]|
208-
|ɝ | **ear**th |[5, 13]|
209-
|ɚ | all**er**gy |[1, 13]|
210-
|w | **w**ith, s**ue**de |7|
211-
|j | **y**ard, f**e**w |6|
212-
|p | **p**ut |21|
213-
|b | **b**ig |21|
214-
|t | **t**alk |19|
215-
|d | **d**ig |19|
216-
|k | **c**ut |20|
217-
|g | **g**o |20|
218-
|m | **m**at, s**m**ash |21|
219-
|n | **n**o, s**n**ow |19|
220-
|ŋ | li**n**k |20|
221-
|f | **f**ork |18|
222-
|v | **v**alue |18|
223-
|θ | **th**in |17|
224-
|ð | **th**en |17|
225-
|s | **s**it |15|
226-
|z | **z**ap |15|
227-
|ʃ | **sh**e |16|
228-
|ʒ | **J**acques |16|
229-
|h | **h**elp |12|
230-
|| **ch**in |16|
231-
|| **j**oy |16|
232-
|l | **l**id, g**l**ad |14|
233-
|ɹ | **r**ed, b**r**ing |13|
181+
Visemes vary by language. Each language has a set of visemes that correspond to its specific phonemes. [Visemes](speech-ssml-phonetic-sets.md) shows the correspondence between International Phonetic Alphabet (IPA) phonemes and viseme IDs.
234182

235183

236184
## Next steps

articles/cognitive-services/Speech-Service/speech-ssml-phonetic-sets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Speech service supports the [International Phonetic Alphabet (IPA)](https://en.w
2424
| `ˌ` | Secondary stress |
2525
| `.` | Syllable boundary |
2626

27-
For some locales, Speech service defines its own phonetic alphabets, which ordinarily map to the [International Phonetic Alphabet (IPA)](https://en.wikipedia.org/wiki/International_Phonetic_Alphabet). The seven locales that support the Microsoft Speech API (SAPI, or `sapi`) are en-US, fr-FR, de-DE, es-ES, ja-JP, zh-CN, and zh-TW. For those seven locales, you set `sapi` or `ipa` as the `alphabet` in [SSML](speech-synthesis-markup.md#use-phonemes-to-improve-pronunciation).
27+
For some locales, Speech service defines its own phonetic alphabets, which ordinarily map to the [International Phonetic Alphabet (IPA)](https://en.wikipedia.org/wiki/International_Phonetic_Alphabet). The eight locales that support the Microsoft Speech API (SAPI, or `sapi`) are en-US, fr-FR, de-DE, es-ES, ja-JP, zh-CN, zh-HK and zh-TW. For those eight locales, you set `sapi` or `ipa` as the `alphabet` in [SSML](speech-synthesis-markup.md#use-phonemes-to-improve-pronunciation).
2828

2929
See the sections in this article for the phonemes that are specific to each locale.
3030

0 commit comments

Comments
 (0)