gotev / android-speech

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

TtsProgressListener was not receiving events because of initializing it before having a not-null Context object #10

Closed fredyk closed 7 years ago

fredyk commented 7 years ago

TtsProgressListener was not receiving events because of initializing it before having a not-null Context object

gotev commented 7 years ago

Thank you!

fredyk commented 7 years ago

I'm glad I helped.