You are reading help file online using chmlib.com
|
The SpeechVisemeType enumeration lists the visemes supported by the SpVoice object. This list is based on the original Disney visemes.
Enum SpeechVisemeType
SVP_0 = 0 'silence
SVP_1 = 1 'ae ax ah
SVP_2 = 2 'aa
SVP_3 = 3 'ao
SVP_4 = 4 'ey eh uh
SVP_5 = 5 'er
SVP_6 = 6 'y iy ih ix
SVP_7 = 7 'w uw
SVP_8 = 8 'ow
SVP_9 = 9 'aw
SVP_10 = 10 'oy
SVP_11 = 11 'ay
SVP_12 = 12 'h
SVP_13 = 13 'r
SVP_14 = 14 'l
SVP_15 = 15 's z
SVP_16 = 16 'sh ch jh zh
SVP_17 = 17 'th dh
SVP_18 = 18 'f v
SVP_19 = 19 'd t n
SVP_20 = 20 'k g ng
SVP_21 = 21 'p b m
End Enum
You are reading help file online using chmlib.com
|