padvou Active Member Licensed User Longtime User Apr 13, 2015 #1 Can a service module use TTS to speak? If not how could this be accomplished?
padvou Active Member Licensed User Longtime User Apr 14, 2015 #21 lemonisdead said: I spoke too quickly, perhaps a workaround : why not starting a transparent activity when you want it to speak and close it just after ? Click to expand... OK, here's the latest version that worked on a chinese tablet. I'll try it on my HTC this afternoon. I will work on the project you sent me (thank you very much indeed BTW) because it has many interesting stuff (not only for TTS) Attachments tts.zip 13.8 KB · Views: 284 Upvote 0
lemonisdead said: I spoke too quickly, perhaps a workaround : why not starting a transparent activity when you want it to speak and close it just after ? Click to expand... OK, here's the latest version that worked on a chinese tablet. I'll try it on my HTC this afternoon. I will work on the project you sent me (thank you very much indeed BTW) because it has many interesting stuff (not only for TTS)
padvou Active Member Licensed User Longtime User Apr 14, 2015 #22 The service stops talking after some time, maybe something to do with the device sleeping??? Upvote 0
lemonisdead Well-Known Member Licensed User Longtime User Apr 14, 2015 #23 Have you tried to add the PhoneWakeState and especially the PartialLock ? Have you checked if the service was killed or not ? Perhaps should you use the StartForground ? Upvote 0
Have you tried to add the PhoneWakeState and especially the PartialLock ? Have you checked if the service was killed or not ? Perhaps should you use the StartForground ?
padvou Active Member Licensed User Longtime User Apr 14, 2015 #24 lemonisdead said: Have you tried to add the PhoneWakeState and especially the PartialLock ? Have you checked if the service was killed or not ? Perhaps should you use the StartForground ? Click to expand... Phonewakestate is added with PartialLock. Can I use startat with startforground? Upvote 0
lemonisdead said: Have you tried to add the PhoneWakeState and especially the PartialLock ? Have you checked if the service was killed or not ? Perhaps should you use the StartForground ? Click to expand... Phonewakestate is added with PartialLock. Can I use startat with startforground?
Peter Simpson Expert Licensed User Longtime User Apr 14, 2015 #25 With PartialLock your app will use more battery power. Your app talked all night for me @padvou. Can I use startat with startforground? Yes Upvote 0
With PartialLock your app will use more battery power. Your app talked all night for me @padvou. Can I use startat with startforground? Yes
DonManfred Expert Licensed User Longtime User Apr 15, 2015 #26 Peter Simpson said: Your app talked all night for me @padvou. Click to expand... and you have been awake the hole night to listen to it? Upvote 0
Peter Simpson said: Your app talked all night for me @padvou. Click to expand... and you have been awake the hole night to listen to it?
Peter Simpson Expert Licensed User Longtime User Apr 15, 2015 #27 You know me @DonManfred, you shouldn't need to ask that question . Upvote 0
padvou Active Member Licensed User Longtime User Apr 15, 2015 #28 Peter Simpson said: You know me @DonManfred, you shouldn't need to ask that question . Click to expand... oh, yeah! Maybe we should have the app say something smart and keep us company during the small hours! Upvote 0
Peter Simpson said: You know me @DonManfred, you shouldn't need to ask that question . Click to expand... oh, yeah! Maybe we should have the app say something smart and keep us company during the small hours!