summaryrefslogtreecommitdiff
path: root/core/java/android/speech/tts/AudioPlaybackHandler.java
Commit message (Expand)AuthorAgeFilesLines
* TTS: Ensure to callback onStop() from SynthesisPlaybackQueueItem.Kazuhiro Inaba2017-07-251-0/+1
* Remove TextToSpeechClient API.Przemyslaw Szczepaniak2014-06-301-1/+1
* Add new TTS API.Przemyslaw Szczepaniak2013-10-241-1/+1
* Simplify the implementation of AudioPlaybackHandler.Narayan Kamath2011-12-011-541/+48
* am 7dfb3e61: am cc084f1d: Fix superfluous onError callbacks.Narayan Kamath2011-11-301-1/+2
|\
| * Fix superfluous onError callbacks.Narayan Kamath2011-11-301-1/+2
* | Allow multiple TextToSpeech instances per calling app.Narayan Kamath2011-11-301-7/+7
|/
* Fix regressions in TTS completion callbacks.Narayan Kamath2011-11-241-3/+21
* Notifiy callers when a speech synthesis error occurs.Narayan Kamath2011-11-111-3/+7
* Don't wait indefinitely for audio tracks to finish playing.Narayan Kamath2011-09-141-6/+49
* Change the heuristics for waiting for audiotracks to finish.Narayan Kamath2011-08-301-3/+36
* Don't allow TTS engines to synthesize too for ahead.Narayan Kamath2011-08-261-13/+3
* Fix some AudioTrack related issues.Narayan Kamath2011-07-211-19/+27
* Fix a threading issue in AudioPlaybackHandlerNarayan Kamath2011-07-191-14/+22
* Few minor TTS clean ups.Narayan Kamath2011-07-181-8/+6
* Fix a few threading issues in the AudioPlaybackHandler.Narayan Kamath2011-07-181-35/+53
* Improve TextToSpeech#isSpeaking()Narayan Kamath2011-07-151-0/+8
* Remove the completeAudioAvailable API.Narayan Kamath2011-07-141-53/+3
* Wait until the audio track finishes playing before releasing it.Narayan Kamath2011-07-131-6/+25
* Add event-log logging for TTS requests.Narayan Kamath2011-07-081-0/+7
* Minor changes to AudioTrack handlingNarayan Kamath2011-07-051-2/+9
* Some TTS fixes.Narayan Kamath2011-06-101-11/+4
* Implement QUEUE_FLUSH and QUEUE_DESTROY addition modes.Narayan Kamath2011-06-091-59/+229
* Fix the threading behaviour of TTS audio requests.Narayan Kamath2011-06-071-0/+358