summaryrefslogtreecommitdiff
path: root/core/java/android/speech/tts/AudioPlaybackHandler.java
AgeCommit message (Expand)Author
2017-07-25TTS: Ensure to callback onStop() from SynthesisPlaybackQueueItem.Kazuhiro Inaba
2014-06-30Remove TextToSpeechClient API.Przemyslaw Szczepaniak
2013-10-24Add new TTS API.Przemyslaw Szczepaniak
2011-12-01Simplify the implementation of AudioPlaybackHandler.Narayan Kamath
2011-11-30am 7dfb3e61: am cc084f1d: Fix superfluous onError callbacks.Narayan Kamath
2011-11-30Fix superfluous onError callbacks.Narayan Kamath
2011-11-30Allow multiple TextToSpeech instances per calling app.Narayan Kamath
2011-11-24Fix regressions in TTS completion callbacks.Narayan Kamath
2011-11-11Notifiy callers when a speech synthesis error occurs.Narayan Kamath
2011-09-14Don't wait indefinitely for audio tracks to finish playing.Narayan Kamath
2011-08-30Change the heuristics for waiting for audiotracks to finish.Narayan Kamath
2011-08-26Don't allow TTS engines to synthesize too for ahead.Narayan Kamath
2011-07-21Fix some AudioTrack related issues.Narayan Kamath
2011-07-19Fix a threading issue in AudioPlaybackHandlerNarayan Kamath
2011-07-18Few minor TTS clean ups.Narayan Kamath
2011-07-18Fix a few threading issues in the AudioPlaybackHandler.Narayan Kamath
2011-07-15Improve TextToSpeech#isSpeaking()Narayan Kamath
2011-07-14Remove the completeAudioAvailable API.Narayan Kamath
2011-07-13Wait until the audio track finishes playing before releasing it.Narayan Kamath
2011-07-08Add event-log logging for TTS requests.Narayan Kamath
2011-07-05Minor changes to AudioTrack handlingNarayan Kamath
2011-06-10Some TTS fixes.Narayan Kamath
2011-06-09Implement QUEUE_FLUSH and QUEUE_DESTROY addition modes.Narayan Kamath
2011-06-07Fix the threading behaviour of TTS audio requests.Narayan Kamath