Searched defs:synthDoneCBPtr (Results 1 - 1 of 1) sorted by relevance

/external/svox/pico/tts/
H A Dcom_svox_picottsengine.cpp1040 * synthDoneCBPtr - Pointer to callback function which will receive generated samples
1045 tts_result TtsEngine::init( synthDoneCB_t synthDoneCBPtr, const char *config ) argument
1047 if (synthDoneCBPtr == NULL) {
1066 picoSynthDoneCBPtr = synthDoneCBPtr;

Completed in 223 milliseconds