Hello.
After i got my first real Android Device i experimented a bit with Basic4Android and most of it is working how i want it.
But now i am trying to start
TTS1.Speak(modifiedText, True)
inside an ServiceModule that is called in aregular interval. But it always failing when i put it inside the Service Module. Inside of the Main Module everything is working nice.
The error message inside the debugger is:
LastException java.lang.RuntimeException: Error speaking text
Might it be possible that using TTS inside a Service Module is not possible or am i doing something wrong?
TTS1.Initialize("TTS1")
seems to be executed and even
TTS1.SetLanguage("de", "")
gives no error.
Thanks for every idea and help.
After i got my first real Android Device i experimented a bit with Basic4Android and most of it is working how i want it.
But now i am trying to start
TTS1.Speak(modifiedText, True)
inside an ServiceModule that is called in aregular interval. But it always failing when i put it inside the Service Module. Inside of the Main Module everything is working nice.
The error message inside the debugger is:
LastException java.lang.RuntimeException: Error speaking text
Might it be possible that using TTS inside a Service Module is not possible or am i doing something wrong?
TTS1.Initialize("TTS1")
seems to be executed and even
TTS1.SetLanguage("de", "")
gives no error.
Thanks for every idea and help.