summaryrefslogtreecommitdiff
path: root/core/java/android/speech/tts/TextToSpeechService.java
AgeCommit message (Expand)Author
2020-01-16Adding allowBlocking override to getBinder callJosh Imbriani
2018-11-26Fix off by one error in getMaxSpeechInputLength().Rakesh Iyer
2018-11-26Stop synth when tts client dies.Rakesh Iyer
2018-10-18Remove extra call to dispatchStart().Rakesh Iyer
2017-08-03TTS: Fix a race condition between enqueueSpeechItem and stopForApp.Kazuhiro Inaba
2017-03-22Add time markers to synthesizeToFile API.Niels Egberts
2017-02-08Merge "Ensure default pitch is used when none is specified."Sergio Sancho
2017-01-26Ensure default pitch is used when none is specified.Sergio Sancho
2017-01-24Implement time markers for TTS.Niels Egberts
2017-01-03Merge "Remove refernces to V1 API, as V2 doesn't exist anymore."Niels Egberts
2016-12-23Remove refernces to V1 API, as V2 doesn't exist anymore.Niels Egberts
2016-12-23Remove redundant public modifiers in interfaces.Niels Egberts
2016-04-08Fix issue when QUEUE_DESTROY arrive at the same time.Niels Egberts
2016-03-10Use audio_session_t consistentlyGlenn Kasten
2016-01-25API to listen in on the synthesized audio.Niels Egberts
2015-11-30Small refactoring for FileSynthesisCallback.Niels Egberts
2015-08-05NPE occured when trying to parcel voice features.Niels Egberts
2015-06-26Fix crash with engines that don't override getVoices().Niels Egberts
2015-02-28Remove unused imports in frameworks/base.John Spurlock
2014-12-09Add UtteranceProgressListener#onStop callbackPrzemyslaw Szczepaniak
2014-09-25Fix ambiguous TTS#playSilence method.Przemyslaw Szczepaniak
2014-09-22Fix issues with new TTS APIPrzemyslaw Szczepaniak
2014-09-08API review requests for the TTS package.Przemyslaw Szczepaniak
2014-07-17Add AudioAttributes support in the TTS.Przemyslaw Szczepaniak
2014-07-10Fix TTS regression, TTS#stop can result in #onDone callback.Przemyslaw Szczepaniak
2014-07-04Add support for voices in TTS API.Przemyslaw Szczepaniak
2014-07-02Support for CharSequences in the V1 API.Niels Egberts
2014-07-02Add support for audio session id in the TTSPrzemyslaw Szczepaniak
2014-06-30Remove TextToSpeechClient API.Przemyslaw Szczepaniak
2014-06-11Expose "default tts locale" to the TTS V2 API.Przemyslaw Szczepaniak
2014-05-30Markup support for frameworkNiels Egberts
2014-05-16TTS Connection callbacks are called on main thread.Przemyslaw Szczepaniak
2013-10-29TTS API: Replace "voice id" with "voice name"Przemyslaw Szczepaniak
2013-10-24Add new TTS API.Przemyslaw Szczepaniak
2013-06-05Allow TTS service to identify caller.Przemyslaw Szczepaniak
2013-03-13Failing Text-To-Speech CTS tests fix.Przemyslaw Szczepaniak
2013-03-06Forgot to rename constructor to match class name.Przemyslaw Szczepaniak
2013-03-06Fix EBADF in TTS synthesizeToFile method.Przemyslaw Szczepaniak
2013-02-18Make synthesizeToFile create file on a client side.Przemyslaw Szczepaniak
2012-12-13Set default language in new TTS clients.Przemyslaw Szczepaniak
2012-11-27Make TTS input string limit public and documented.Przemyslaw Szczepaniak
2012-11-20woExecute onLoadLanguage in synthesis thread.Przemyslaw Szczepaniak
2012-11-20TTS onServiceConnection moved to async taskPrzemyslaw Szczepaniak
2012-11-16Revert "Make TTS input string limit public and documented"Przemyslaw Szczepaniak
2012-11-16Make TTS input string limit public and documentedPrzemyslaw Szczepaniak
2012-08-14Fixes to TextToSpeechService#synthesizeToFileNarayan Kamath
2011-12-06Remove BlockingMediaPlayer.Narayan Kamath
2011-12-01Simplify the implementation of AudioPlaybackHandler.Narayan Kamath
2011-11-30Allow multiple TextToSpeech instances per calling app.Narayan Kamath
2011-11-28Fix TTS instantiation from webview accessibility handlers.Narayan Kamath