I am new to android developmant.
I am trying to develop an app where on incoming call, the app will speak " Incoming call from SO and SO".
For this purpose I am using tts.
I am sending a string Incoming call from NAME
mytts.speak(string, 0, NULL);
But the voice generated is interrupted for unknown reasons..
I even tried TextToSpeech.QUEUE_FLUSH
option
But in vain.
I have even turned the ringing volume to zero and infact there is no ringing tone!! But the voice is still being interrupted!!!!!!!