Hi All,
I'm developing a kids spelling app and I need to wait for the TTS.Speak() method to finish before executing the next line of code as I need to synchronize the spoken word to a visual display.
I've tried using PhoneEvents.TextToSpeechFinish but this doesn't seem to work consistently - either that or I misunderstand how this is supposed to work!
So, please does anyone have suggestions on how I can achieve this?
Many Thanks!
I'm developing a kids spelling app and I need to wait for the TTS.Speak() method to finish before executing the next line of code as I need to synchronize the spoken word to a visual display.
I've tried using PhoneEvents.TextToSpeechFinish but this doesn't seem to work consistently - either that or I misunderstand how this is supposed to work!
So, please does anyone have suggestions on how I can achieve this?
Many Thanks!
Last edited: