Buffer Messages

The message type for buffered speech samples is defined as:

For Callback Routine:

uiID_Buffer_Message = TTS_MSG_BUFFER;

 

For Window Messages:

uiID_Buffer_Message =

 RegisterWindowMessage("DECtalkBufferMessage");

A pointer to the returned memory buffer is contained in the LPARAM parameter. Additional information about index marks and phonemes may also be returned here.

btn_mini.gif Related topics