enum classafFancomSapi::SpeechVisemeType

sys::Obj
  sys::Enum
    afFancomSapi::SpeechVisemeType

@Serializable { simple=true }

Lists the visemes supported by the SpVoice object. This list is based on the original Disney visemes.

http://msdn.microsoft.com/en-us/library/ee125219%28v=vs.85%29.aspx

SVP_0

Source

const static SpeechVisemeType SVP_0 := ...

silence

Value is 0 (0x0)

SVP_1

Source

const static SpeechVisemeType SVP_1 := ...

ae ax ah

Value is 1 (0x1)

SVP_10

Source

const static SpeechVisemeType SVP_10 := ...

oy

Value is 10 (0xA)

SVP_11

Source

const static SpeechVisemeType SVP_11 := ...

ay

Value is 11 (0xB)

SVP_12

Source

const static SpeechVisemeType SVP_12 := ...

h

Value is 12 (0xC)

SVP_13

Source

const static SpeechVisemeType SVP_13 := ...

r

Value is 13 (0xD)

SVP_14

Source

const static SpeechVisemeType SVP_14 := ...

l

Value is 14 (0xE)

SVP_15

Source

const static SpeechVisemeType SVP_15 := ...

s z

Value is 15 (0xF)

SVP_16

Source

const static SpeechVisemeType SVP_16 := ...

sh ch jh zh

Value is 16 (0x10)

SVP_17

Source

const static SpeechVisemeType SVP_17 := ...

th dh

Value is 17 (0x11)

SVP_18

Source

const static SpeechVisemeType SVP_18 := ...

f v

Value is 18 (0x12)

SVP_19

Source

const static SpeechVisemeType SVP_19 := ...

d t n

Value is 19 (0x13)

SVP_2

Source

const static SpeechVisemeType SVP_2 := ...

aa

Value is 2 (0x2)

SVP_20

Source

const static SpeechVisemeType SVP_20 := ...

k g ng

Value is 20 (0x14)

SVP_21

Source

const static SpeechVisemeType SVP_21 := ...

k g ng

Value is 21 (0x15)

SVP_3

Source

const static SpeechVisemeType SVP_3 := ...

ao

Value is 3 (0x3)

SVP_4

Source

const static SpeechVisemeType SVP_4 := ...

ey eh uh

Value is 4 (0x4)

SVP_5

Source

const static SpeechVisemeType SVP_5 := ...

er

Value is 5 (0x5)

SVP_6

Source

const static SpeechVisemeType SVP_6 := ...

y iy ih ix

Value is 6 (0x6)

SVP_7

Source

const static SpeechVisemeType SVP_7 := ...

w uw

Value is 7 (0x7)

SVP_8

Source

const static SpeechVisemeType SVP_8 := ...

ow

Value is 8 (0x8)

SVP_9

Source

const static SpeechVisemeType SVP_9 := ...

aw

Value is 9 (0x9)

fromStr

Source

static new fromStr(Str name, Bool checked := true)

Return the SpeechVisemeType instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.

vals

Source

const static SpeechVisemeType[] vals := ...

List of SpeechVisemeType values indexed by ordinal