jianxux / eyes-free

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

TTSE not falling through to default TTS on Froyo #50

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

What steps will reproduce the problem?
1. Load ETTS-enabled app on Froyo phone
2. The app will work without error, but no audio comes out.
3.

What is the expected output? What do you see instead?
There should be speech comming out of the phone.

What version of the product are you using? On what operating system?
TTSE works on 1.6, 2.1 as tested.  Report from user's using Froyo tell of the 
problem.

Please provide any additional information below.

Original issue reported on code.google.com by jeremyvillalobos on 21 Sep 2010 at 7:24

GoogleCodeExporter commented 8 years ago
Working as expected.  TTS Extended is not supported on devices running 2.2 or 
later due to the addition of platform-wide TTS.  Application developers should 
now use android.speech.tts.TextToSpeech to synthesize speech.

Original comment by caseybur...@google.com on 2 Jun 2011 at 11:31