TTS_PHONEME_T Structure (ttsapi.h)

This structure stores phoneme, stress, and syntactic codes of the speech sample.

The following help topics provide a detailed list of these symbols:

btn_mini.gif Phonemic Symbols

btn_mini.gif Stress Symbols

btn_mini.gif Syntactic Symbols

typedef struct TTS_PHONEME_TAG
{
// Phoneme, Stress or Syntactic symbols
DWORD dwPhoneme;

// Indicates which sample in the memory buffer
// corresponds to the phoneme symbol
DWORD dwPhonemeSampleNumber;

// Duration of phoneme symbol in milliseconds
DWORD dwPhonemeDuration

DWORD dwReserved;
} TTS_PHONEME_T;

typedef TTS_PHONEME_T * LPTTS_PHONEME_T;