Share via


SPVISEMES

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This enumeration defines the SAPI 5.0 Viseme set. This set is based on the Disney 13 Visemes. Examples given are for the SAPI 5.0 English Phoneme set.

Syntax

typedef enum SPVISEMES{
  // English examples
  //------------------
  SP_VISEME_0 = 0,
  SP_VISEME_1,
  SP_VISEME_2,
  SP_VISEME_3,
  SP_VISEME_4,
  SP_VISEME_5,
  SP_VISEME_6,
  SP_VISEME_7,
  SP_VISEME_8,
  SP_VISEME_9,
  SP_VISEME_10,
  SP_VISEME_11,
  SP_VISEME_12,
  SP_VISEME_13,
  SP_VISEME_14,
  SP_VISEME_15,
  SP_VISEME_16,
  SP_VISEME_17,
  SP_VISEME_18,
  SP_VISEME_19,
  SP_VISEME_20,
  SP_VISEME_21
} SPVISEMES;

Elements

  • SP_VISEME_0
    Viseme for silence.
  • SP_VISEME_1
    ae, ax, ah
  • SP_VISEME_2
    aa
  • SP_VISEME_3
    ao
  • SP_VISEME_4
    ey, eh, uh
  • SP_VISEME_5
    er
  • SP_VISEME_6
    y, iy, ih, ix
  • SP_VISEME_7
    w, uw
  • SP_VISEME_8
    ow
  • SP_VISEME_9
    aw
  • SP_VISEME_10
    oy
  • SP_VISEME_11
    ay
  • SP_VISEME_12
    h
  • SP_VISEME_13
    r
  • SP_VISEME_14
    l
  • SP_VISEME_15
    s, z
  • SP_VISEME_16
    sh, ch, jh, zh
  • SP_VISEME_17
    th, dh
  • SP_VISEME_18
    f, v
  • SP_VISEME_19
    d, t, n
  • SP_VISEME_20
    k, g, ng
  • SP_VISEME_21
    p, b, m

Requirements

Header sapi.h, sapi.idl
Windows Embedded CE Windows CE .NET 4.1 and later

See Also

Reference

SAPI Enumerations