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
/
AudioPlaybackHandler.java
Age
Commit message (
Expand
)
Author
2017-07-25
TTS: Ensure to callback onStop() from SynthesisPlaybackQueueItem.
Kazuhiro Inaba
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
am 7dfb3e61: am cc084f1d: Fix superfluous onError callbacks.
Narayan Kamath
2011-11-30
Fix superfluous onError callbacks.
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-09-14
Don't wait indefinitely for audio tracks to finish playing.
Narayan Kamath
2011-08-30
Change the heuristics for waiting for audiotracks to finish.
Narayan Kamath
2011-08-26
Don't allow TTS engines to synthesize too for ahead.
Narayan Kamath
2011-07-21
Fix some AudioTrack related issues.
Narayan Kamath
2011-07-19
Fix a threading issue in AudioPlaybackHandler
Narayan Kamath
2011-07-18
Few minor TTS clean ups.
Narayan Kamath
2011-07-18
Fix a few threading issues in the AudioPlaybackHandler.
Narayan Kamath
2011-07-15
Improve TextToSpeech#isSpeaking()
Narayan Kamath
2011-07-14
Remove the completeAudioAvailable API.
Narayan Kamath
2011-07-13
Wait until the audio track finishes playing before releasing it.
Narayan Kamath
2011-07-08
Add event-log logging for TTS requests.
Narayan Kamath
2011-07-05
Minor changes to AudioTrack handling
Narayan Kamath
2011-06-10
Some TTS fixes.
Narayan Kamath
2011-06-09
Implement QUEUE_FLUSH and QUEUE_DESTROY addition modes.
Narayan Kamath
2011-06-07
Fix the threading behaviour of TTS audio requests.
Narayan Kamath