EasySpeech Controls v2.0

_SpeechVisemeType Enum

The SpeechVisemeType enumeration lists the visemes. This list is based on the original Disney visemes.
Enum SPEECH_VISEMETYPE
    SVT_0 = 0       'silence
    SVT_1 = 1       'ae ax ah
    SVT_2 = 2       'aa
    SVT_3 = 3       'ao
    SVT_4 = 4       'ey eh uh
    SVT_5 = 5       'er
    SVT_6 = 6       'y iy ih ix
    SVT_7 = 7       'w uw
    SVT_8 = 8       'ow
    SVT_9 = 9       'aw
    SVT_10 = 10     'oy
    SVT_11 = 11     'ay
    SVT_12 = 12     'h
    SVT_13 = 13     'r
    SVT_14 = 14     'l
    SVT_15 = 15     's z
    SVT_16 = 16     'sh ch jh zh
    SVT_17 = 17     'th dh
    SVT_18 = 18     'f v
    SVT_19 = 19     'd t n
    SVT_20 = 20     'k g ng
    SVT_21 = 21     'p b m
End Enum