summaryrefslogtreecommitdiffstats
path: root/core/java/android/speech/tts/SynthesisMessageParams.java
Commit message (Expand)AuthorAgeFilesLines
* Simplify the implementation of AudioPlaybackHandler.Narayan Kamath2011-12-011-159/+0
* Allow multiple TextToSpeech instances per calling app.Narayan Kamath2011-11-301-2/+2
* Fix regressions in TTS completion callbacks.Narayan Kamath2011-11-241-0/+10
* Notifiy callers when a speech synthesis error occurs.Narayan Kamath2011-11-111-2/+2
* Change the heuristics for waiting for audiotracks to finish.Narayan Kamath2011-08-301-0/+6
* Don't allow TTS engines to synthesize too for ahead.Narayan Kamath2011-08-261-13/+56
* Fix some AudioTrack related issues.Narayan Kamath2011-07-211-0/+2
* Wait until the audio track finishes playing before releasing it.Narayan Kamath2011-07-131-1/+4
* Add event-log logging for TTS requests.Narayan Kamath2011-07-081-1/+3
* Implement QUEUE_FLUSH and QUEUE_DESTROY addition modes.Narayan Kamath2011-06-091-2/+3
* Fix the threading behaviour of TTS audio requests.Narayan Kamath2011-06-071-0/+92