gotev / android-speech

Android speech recognition and text to speech made easy
http://gotev.github.io/android-speech/
Apache License 2.0
473 stars 156 forks source link

Text to speech not working when device screen is off #52

Closed SenghaniMaulik closed 2 years ago

SenghaniMaulik commented 2 years ago

Thanks for this good lib.

I am developing one app in which i want to play text to speech on foreground service . its working fine when device screen is ON but its not working sometime when device screen is OFF, can you please suggest possible solution and cause of this issue.

Thanks

gotev commented 2 years ago

Hi! Never tried such a scenario. The lib simply wraps system's TTS engine. At the moment I'm not aware if it should work also in the background.

It would be great if you make a PR on the demo app with this kind of implementation.