derekja / eyes-free

Automatically exported from code.google.com/p/eyes-free
0 stars 0 forks source link

[TTS] onSpeechCompleted() Callback Never Fires. #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. use TTS (not TextToSpeechBeta)
2. try to use a callback for end-of-speech in any form
3. it never gets called.

I tested using Stub 1.7 and APKs for 1.7 and 2.0.  The speech works, but
the callback will not fire no matter if you set the callback listener
before or after the TTS inits.

I hope that this will not be punted, as 1.7 was the last version that
supported Android 1.5 and earlier.  I find the rest of the value in the TTS
Extended whimsical alongside this lost benefit.

Original issue reported on code.google.com by DulcetT...@gmail.com on 30 Mar 2010 at 8:08

GoogleCodeExporter commented 9 years ago
com.google.tts.TTS is deprecated and no longer supported.  As an alternative, 
use com.google.tts.TextToSpeechBeta or android.speech.tts.TextToSpeech.

Original comment by caseybur...@google.com on 9 Jun 2010 at 4:09

GoogleCodeExporter commented 9 years ago
Unfortunately, neither of those alternatives are an option for those of us 
developing for 1.5 SDK API/3.

Original comment by jeff...@gmail.com on 10 Feb 2011 at 6:43