summaryrefslogtreecommitdiff
path: root/core/java/android/speech/tts/TextToSpeechService.java
Commit message (Expand)AuthorAgeFilesLines
* Adding allowBlocking override to getBinder callJosh Imbriani2020-01-161-0/+1
* Fix off by one error in getMaxSpeechInputLength().Rakesh Iyer2018-11-261-1/+1
* Stop synth when tts client dies.Rakesh Iyer2018-11-261-1/+1
* Remove extra call to dispatchStart().Rakesh Iyer2018-10-181-1/+0
* TTS: Fix a race condition between enqueueSpeechItem and stopForApp.Kazuhiro Inaba2017-08-031-11/+30
* Add time markers to synthesizeToFile API.Niels Egberts2017-03-221-8/+8
* Merge "Ensure default pitch is used when none is specified."Sergio Sancho2017-02-081-1/+5
|\
| * Ensure default pitch is used when none is specified.Sergio Sancho2017-01-261-1/+5
* | Implement time markers for TTS.Niels Egberts2017-01-241-0/+22
|/
* Merge "Remove refernces to V1 API, as V2 doesn't exist anymore."Niels Egberts2017-01-031-197/+260
|\
| * Remove refernces to V1 API, as V2 doesn't exist anymore.Niels Egberts2016-12-231-197/+260
* | Remove redundant public modifiers in interfaces.Niels Egberts2016-12-231-6/+11
|/
* Fix issue when QUEUE_DESTROY arrive at the same time.Niels Egberts2016-04-081-5/+14
* Use audio_session_t consistentlyGlenn Kasten2016-03-101-4/+4
* API to listen in on the synthesized audio.Niels Egberts2016-01-251-2/+40
* Small refactoring for FileSynthesisCallback.Niels Egberts2015-11-301-2/+1
* NPE occured when trying to parcel voice features.Niels Egberts2015-08-051-1/+2
* Fix crash with engines that don't override getVoices().Niels Egberts2015-06-261-1/+3
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-2/+0
* Add UtteranceProgressListener#onStop callbackPrzemyslaw Szczepaniak2014-12-091-11/+68
* Fix ambiguous TTS#playSilence method.Przemyslaw Szczepaniak2014-09-251-1/+1
* Fix issues with new TTS APIPrzemyslaw Szczepaniak2014-09-221-1/+1
* API review requests for the TTS package.Przemyslaw Szczepaniak2014-09-081-6/+6
* Add AudioAttributes support in the TTS.Przemyslaw Szczepaniak2014-07-171-17/+36
* Fix TTS regression, TTS#stop can result in #onDone callback.Przemyslaw Szczepaniak2014-07-101-20/+0
* Add support for voices in TTS API.Przemyslaw Szczepaniak2014-07-041-1/+254
* Support for CharSequences in the V1 API.Niels Egberts2014-07-021-17/+22
* Add support for audio session id in the TTSPrzemyslaw Szczepaniak2014-07-021-12/+73
* Remove TextToSpeechClient API.Przemyslaw Szczepaniak2014-06-301-545/+2
* Expose "default tts locale" to the TTS V2 API.Przemyslaw Szczepaniak2014-06-111-2/+2
* Markup support for frameworkNiels Egberts2014-05-301-4/+49
* TTS Connection callbacks are called on main thread.Przemyslaw Szczepaniak2014-05-161-1/+2
* TTS API: Replace "voice id" with "voice name"Przemyslaw Szczepaniak2013-10-291-12/+13
* Add new TTS API.Przemyslaw Szczepaniak2013-10-241-123/+691
* Allow TTS service to identify caller.Przemyslaw Szczepaniak2013-06-051-1/+3
* Failing Text-To-Speech CTS tests fix.Przemyslaw Szczepaniak2013-03-131-1/+7
* Forgot to rename constructor to match class name.Przemyslaw Szczepaniak2013-03-061-1/+1
* Fix EBADF in TTS synthesizeToFile method.Przemyslaw Szczepaniak2013-03-061-9/+14
* Make synthesizeToFile create file on a client side.Przemyslaw Szczepaniak2013-02-181-14/+16
* Set default language in new TTS clients.Przemyslaw Szczepaniak2012-12-131-0/+5
* Make TTS input string limit public and documented.Przemyslaw Szczepaniak2012-11-271-2/+2
* woExecute onLoadLanguage in synthesis thread.Przemyslaw Szczepaniak2012-11-201-28/+101
* TTS onServiceConnection moved to async taskPrzemyslaw Szczepaniak2012-11-201-1/+0
* Revert "Make TTS input string limit public and documented"Przemyslaw Szczepaniak2012-11-161-2/+2
* Make TTS input string limit public and documentedPrzemyslaw Szczepaniak2012-11-161-2/+2
* Fixes to TextToSpeechService#synthesizeToFileNarayan Kamath2012-08-141-36/+1
* Remove BlockingMediaPlayer.Narayan Kamath2011-12-061-5/+4
* Simplify the implementation of AudioPlaybackHandler.Narayan Kamath2011-12-011-10/+7
* Allow multiple TextToSpeech instances per calling app.Narayan Kamath2011-11-301-72/+103
* Fix TTS instantiation from webview accessibility handlers.Narayan Kamath2011-11-281-3/+3