This structure stores phoneme, stress, and syntactic codes of the speech sample.
The following help topics provide a detailed list of these 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;