summaryrefslogtreecommitdiff
path: root/core/java/android/speech/tts/PlaybackSynthesisCallback.java
AgeCommit message (Expand)Author
2017-03-22Add time markers to synthesizeToFile API.Niels Egberts
2017-01-24Implement time markers for TTS.Niels Egberts
2016-01-25API to listen in on the synthesized audio.Niels Egberts
2015-12-08Fix checks for audio format.Niels Egberts
2015-11-23Restrict audioformat to 8bit, 16bit or float PCM with an annotation andNiels Egberts
2014-07-02Add support for audio session id in the TTSPrzemyslaw Szczepaniak
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-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-08-26Don't allow TTS engines to synthesize too for ahead.Narayan Kamath
2011-07-18Fix a few threading issues in the AudioPlaybackHandler.Narayan Kamath
2011-07-14Remove the completeAudioAvailable API.Narayan Kamath
2011-07-08Add event-log logging for TTS requests.Narayan Kamath
2011-06-09Implement QUEUE_FLUSH and QUEUE_DESTROY addition modes.Narayan Kamath
2011-06-08Make changes to the TTS api suggested by the API review.Narayan Kamath