


Index Marks for Speech Status
Index Marks are handled differently depending on whether the text-to-speech
system is in speech-to-memory mode. When an Index Mark command is encountered
while not in this mode, then the index mark is returned to the calling application
with a message type of TTS_MSG_INDEX_MARK.
If the text-to-speech system is in the speech-to-memory mode, then the message
type is TTS_MSG_BUFFER and the index marks are returned in the index mark
array, if allocated, of the memory buffer structure. In addition to the index mark
value, there is an index sample number also passed in the array, to allow the
user to determine which sample in the memory buffer corresponds to that index
mark.
Click here to see help on the Callback Routines and Window Procedures for more
information on returning index marks to the calling application.