


TTS_PHONEME_T Structure (ttsapi.h)
The following help topics provide a detailed list of these symbols:
typedef TTS_PHONEME_T * LPTTS_PHONEME_T;
{
// 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;