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
- SVP_1
- SVP_10
- SVP_11
- SVP_12
- SVP_13
- SVP_14
- SVP_15
- SVP_16
- SVP_17
- SVP_18
- SVP_19
- SVP_2
- SVP_20
- SVP_21
- SVP_3
- SVP_4
- SVP_5
- SVP_6
- SVP_7
- SVP_8
- SVP_9
- SVP_0
const static SpeechVisemeType SVP_0 := ...
silence
Value is 0 (0x0)
- SVP_1
const static SpeechVisemeType SVP_1 := ...
ae ax ah
Value is 1 (0x1)
- SVP_10
const static SpeechVisemeType SVP_10 := ...
oy
Value is 10 (0xA)
- SVP_11
const static SpeechVisemeType SVP_11 := ...
ay
Value is 11 (0xB)
- SVP_12
const static SpeechVisemeType SVP_12 := ...
h
Value is 12 (0xC)
- SVP_13
const static SpeechVisemeType SVP_13 := ...
r
Value is 13 (0xD)
- SVP_14
const static SpeechVisemeType SVP_14 := ...
l
Value is 14 (0xE)
- SVP_15
const static SpeechVisemeType SVP_15 := ...
s z
Value is 15 (0xF)
- SVP_16
const static SpeechVisemeType SVP_16 := ...
sh ch jh zh
Value is 16 (0x10)
- SVP_17
const static SpeechVisemeType SVP_17 := ...
th dh
Value is 17 (0x11)
- SVP_18
const static SpeechVisemeType SVP_18 := ...
f v
Value is 18 (0x12)
- SVP_19
const static SpeechVisemeType SVP_19 := ...
d t n
Value is 19 (0x13)
- SVP_2
const static SpeechVisemeType SVP_2 := ...
aa
Value is 2 (0x2)
- SVP_20
const static SpeechVisemeType SVP_20 := ...
k g ng
Value is 20 (0x14)
- SVP_21
const static SpeechVisemeType SVP_21 := ...
k g ng
Value is 21 (0x15)
- SVP_3
const static SpeechVisemeType SVP_3 := ...
ao
Value is 3 (0x3)
- SVP_4
const static SpeechVisemeType SVP_4 := ...
ey eh uh
Value is 4 (0x4)
- SVP_5
const static SpeechVisemeType SVP_5 := ...
er
Value is 5 (0x5)
- SVP_6
const static SpeechVisemeType SVP_6 := ...
y iy ih ix
Value is 6 (0x6)
- SVP_7
const static SpeechVisemeType SVP_7 := ...
w uw
Value is 7 (0x7)
- SVP_8
const static SpeechVisemeType SVP_8 := ...
ow
Value is 8 (0x8)
- SVP_9
const static SpeechVisemeType SVP_9 := ...
aw
Value is 9 (0x9)
- fromStr
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
const static SpeechVisemeType[] vals := ...
List of SpeechVisemeType values indexed by ordinal