Multithreaded C++ app cannot RegisterTTSCallback for each ChantTTS
Last reviewed: 8/1/2001
PRB Article ID: P080102
The information in this article applies to:
- SpeechKit 3
Symptoms
A compiler error is generated when attempting to pass the ChantTTS object pointer on a RegisterTTSCallback.
Cause
The RegisterTTSCallback declaration in the header file is missing the parameter declaration.
Status
Fixed in SpeechKit 3 SR2. ChantTTS.h RegisterTTSCallback declaration modified to include the ChantTTS pointer.
Component Formats Impacted
C/C++ ChantTTS