Hi!
I am working on an application for the Nokia N96 phone and have some issues with the TTS API. I have installed the TTS from the S60_3rd_Ed_SDK_FP2_API_Plug-In_Pack_v1_2 and it seems to work.
What I whant is somekind of callback during playback of a string. E.g. when playing "My name is kalle" i would like to have som kind of callback after each word. E.g.:
I call ->Play() in my code
My is played
Callback
name is played
Callback
And so on... Is this not possible? Isn´t there any observer i derive from? The reason is because I whant to sync my speach with other functionality. Does anyone have any other clue how to do this?
Best Regards!



..

