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