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