SpeechVisemeType (SAPI 5.3)

Microsoft Speech API 5.3

SpeechVisemeType Enum

The SpeechVisemeType enumeration lists the visemes supported by the SpVoice object. This list is based on the original Disney visemes.

Definition

  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

Elements

  • SVP_0
    The viseme representing silence.
  • SVP_1
    The viseme representing ae, ax, and ah.
  • SVP_2
    The viseme representing aa.
  • SVP_3
    The viseme representing ao.
  • SVP_4
    The viseme representing ey, eh, and uh.
  • SVP_5
    The viseme representing er.
  • SVP_6
    The viseme representing y, iy, ih, and ix.
  • SVP_7
    The viseme representing w and uw.
  • SVP_8
    The viseme representing ow.
  • SVP_9
    The viseme representing aw.
  • SVP_10
    The viseme representing oy.
  • SVP_11
    The viseme representing ay.
  • SVP_12
    The viseme representing h.
  • SVP_13
    The viseme representing r.
  • SVP_14
    The viseme representing l.
  • SVP_15
    The viseme representing s and z.
  • SVP_16
    The viseme representing sh, ch, jh, and zh.
  • SVP_17
    The viseme representing th and dh.
  • SVP_18
    The viseme representing f and v.
  • SVP_19
    The viseme representing d, t and n.
  • SVP_20
    The viseme representing k, g and ng.
  • SVP_21
    The viseme representing p, b and m.