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
/
PlaybackSynthesisCallback.java
Age
Commit message (
Expand
)
Author
2017-03-22
Add time markers to synthesizeToFile API.
Niels Egberts
2017-01-24
Implement time markers for TTS.
Niels Egberts
2016-01-25
API to listen in on the synthesized audio.
Niels Egberts
2015-12-08
Fix checks for audio format.
Niels Egberts
2015-11-23
Restrict audioformat to 8bit, 16bit or float PCM with an annotation and
Niels Egberts
2014-07-02
Add support for audio session id in the TTS
Przemyslaw Szczepaniak
2014-06-30
Remove TextToSpeechClient API.
Przemyslaw Szczepaniak
2013-10-24
Add new TTS API.
Przemyslaw Szczepaniak
2011-12-01
Simplify the implementation of AudioPlaybackHandler.
Narayan Kamath
2011-11-30
Allow multiple TextToSpeech instances per calling app.
Narayan Kamath
2011-11-24
Fix regressions in TTS completion callbacks.
Narayan Kamath
2011-11-11
Notifiy callers when a speech synthesis error occurs.
Narayan Kamath
2011-08-26
Don't allow TTS engines to synthesize too for ahead.
Narayan Kamath
2011-07-18
Fix a few threading issues in the AudioPlaybackHandler.
Narayan Kamath
2011-07-14
Remove the completeAudioAvailable API.
Narayan Kamath
2011-07-08
Add event-log logging for TTS requests.
Narayan Kamath
2011-06-09
Implement QUEUE_FLUSH and QUEUE_DESTROY addition modes.
Narayan Kamath
2011-06-08
Make changes to the TTS api suggested by the API review.
Narayan Kamath