HI,
After some research, I found on Android developper website (http://
android-developers.blogspot.fr/2009/09/introduction-to-text-to-speech-
in.html) that the function "speak" is asynchronous and after looking
the code of the TTS plugin, I saw that no function to do a completion
callback exists.
To solve my problem I have added a function which defines a javascript
function to execute when the speak function is completed.
I don't know if my code is beautiful but it works great, if you are
interested, how can I give you the code in order to maybe include it
in the github source?
Regards,
Guillaume Caplain
On 16 mai, 17:55, Guillaume Caplain <
guillaume.capl...@gmail.com>
wrote:
> Hi,
>
> I try to insertTTSspeech between audio files (with a media object),