OSDN Git Service

Fixing a bug with the TextToSpeech speech queue processing.
authorCharles Chen <clchen@google.com>
Sat, 6 Feb 2010 00:00:17 +0000 (16:00 -0800)
committerCharles Chen <clchen@google.com>
Sat, 6 Feb 2010 01:13:59 +0000 (17:13 -0800)
commitf5c87b386c839ccc9974bcb7f636aa2f8c14f78d
treea43fbb73b7e5483c98660c6e32f170ee86b76508
parent679091849754c60bdde5670495c38493065fd308
Fixing a bug with the TextToSpeech speech queue processing.
The queue processor should not be called for the next item
until synthesis has actually happened for the current item;
before it was being incorrectly called regardless of
whether or not the synthesizer had processed the current item.
packages/TtsService/src/android/tts/TtsService.java