Hi,
I've noticed that when using TTS, the TextToSpeechFinish event is being raised twice? Why is that?
At first I thought it was my project, but I set up a very simple project, with one activity, one button, one TTS object, which speaks one word when the button is pressed. And the TextToSpeechFinish event gets called twice for some reason, which is annoying because I need to synchronize the speech with different actions/events.
Is this a feature and do I need to deal with this? Or will it be called twice on one version of Android or one particular device, and once only on others, or even more? I just need to know
Reading the documentation, it sounds like it is only meant to be raised the once.
Any ideas?
Richard
I've noticed that when using TTS, the TextToSpeechFinish event is being raised twice? Why is that?
At first I thought it was my project, but I set up a very simple project, with one activity, one button, one TTS object, which speaks one word when the button is pressed. And the TextToSpeechFinish event gets called twice for some reason, which is annoying because I need to synchronize the speech with different actions/events.
Is this a feature and do I need to deal with this? Or will it be called twice on one version of Android or one particular device, and once only on others, or even more? I just need to know
Any ideas?
Richard