Skip to content

Commit 462aded

Browse files
committed
update the document
1 parent f002137 commit 462aded

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ zone_pivot_groups: programming-languages-speech-services-nomore-variant
1818
# Get facial pose events for lip-sync
1919

2020
> [!NOTE]
21-
> At this time, viseme events are available only for English (US) [neural voices](language-support.md#text-to-speech).
21+
> At this time, viseme events are available only for [neural voices](language-support.md#text-to-speech).
2222
2323
A _viseme_ is the visual description of a phoneme in spoken language. It defines the position of the face and mouth when a person speaks a word. Each viseme depicts the key facial poses for a specific set of phonemes.
2424

@@ -178,7 +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. [Visemes](speech-ssml-phonetic-sets.md) shows the correspondence between International Phonetic Alphabet (IPA) phonemes and viseme IDs.
181+
Visemes vary by language and locale. Each locale has a set of visemes that correspond to its specific phonemes. The [SSML phonetic alphabets](speech-ssml-phonetic-sets.md) documentation maps viseme IDs to the corresponding International Phonetic Alphabet (IPA) phonemes.
182182

183183

184184
## Next steps

articles/cognitive-services/Speech-Service/includes/phonetic-sets/text-to-speech/es-es.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
| `sapi` | `ipa` | `viseme` | Example 1 | Example 2 | Example 3 |
1414
|--------|-------|----------|--------------|---------------|----------------|
1515
| b | `b` | 21 | **b**aobab | cam**b**io | am**b** |
16-
| bh | `β` | 21 | | bao**b**ab | baoba**b** |
16+
| | `β` | 21 | | bao**b**ab | baoba**b** |
1717
| ch | `t͡ʃ` | 19,16 | **ch**eque | co**ch**e | Marraque**ch** |
1818
| d | `d` | 19 | **d**edo | can**d**ado | portlan**d** |
19-
| dh | `ð` | 17 | | de**d**o | verda**d** |
19+
| | `ð` | 17 | | de**d**o | verda**d** |
2020
| f | `f` | 18 | **f**ácil | ele**f**ante | pu**f** |
2121
| g | `g` | 20 | **g**anga | gan**g**a | dópin**g** |
22-
| gh | `ɣ` | 20 | | a**g**ua | tuare**g** |
22+
| | `ɣ` | 20 | | a**g**ua | tuare**g** |
2323
| j | `j` | 6 | **i**odo | cal**i**ente | re**y** |
2424
| jj | `j͡j` | 6,6 | | vi**ll**a | |
2525
| k | `k` | 20 | **c**oche | bo**c**a | titáni**c** |

articles/cognitive-services/Speech-Service/includes/phonetic-sets/text-to-speech/zh-hk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
he Speech service phone set for `zh-HK` is based on the native phone <a href="https://en.wikipedia.org/wiki/Jyutping" target="_blank">Jyutping </a> set.
1+
The Speech service phone set for `zh-HK` is based on the native phone <a href="https://en.wikipedia.org/wiki/Jyutping" target="_blank">Jyutping </a> set.
22

33
### Jyutping Initials
44

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 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).
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)