commit | f5c87b386c839ccc9974bcb7f636aa2f8c14f78d | [log] [tgz] |
---|---|---|
author | Charles Chen <clchen@google.com> | Fri Feb 05 16:00:17 2010 -0800 |
committer | Charles Chen <clchen@google.com> | Fri Feb 05 17:13:59 2010 -0800 |
tree | a43fbb73b7e5483c98660c6e32f170ee86b76508 | |
parent | 679091849754c60bdde5670495c38493065fd308 [diff] |
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.