summaryrefslogtreecommitdiffstats
path: root/core/java/android/speech
Commit message (Expand)AuthorAgeFilesLines
* Fix superfluous onError callbacks.Narayan Kamath2011-11-301-1/+2
* Fix TTS instantiation from webview accessibility handlers.Narayan Kamath2011-11-282-4/+22
* Fix regressions in TTS completion callbacks.Narayan Kamath2011-11-245-19/+65
* Notifiy callers when a speech synthesis error occurs.Narayan Kamath2011-11-1110-34/+194
* Fix a bug in the network TTS api.Narayan Kamath2011-11-072-2/+8
* Add an API for querying / enabling network TTS support.Narayan Kamath2011-11-023-2/+109
* Widen permissions on synthesized files.Narayan Kamath2011-10-271-4/+16
* Format default locale the same way as those stored in prefs.Narayan Kamath2011-10-171-2/+25
* Allow listeners to be set before the service connects.Narayan Kamath2011-10-041-15/+21
* Don't wait indefinitely for audio tracks to finish playing.Narayan Kamath2011-09-141-6/+49
* Fix two TTS bugs.Narayan Kamath2011-09-071-16/+56
* Change the heuristics for waiting for audiotracks to finish.Narayan Kamath2011-08-302-3/+42
* Don't allow TTS engines to synthesize too for ahead.Narayan Kamath2011-08-263-34/+86
* Framework changes to support new TTS settings features.Narayan Kamath2011-08-232-30/+194
* Reduce the priority of the TTS thread.Narayan Kamath2011-07-271-1/+1
* Fix some AudioTrack related issues.Narayan Kamath2011-07-212-19/+29
* Fix a threading issue in AudioPlaybackHandlerNarayan Kamath2011-07-191-14/+22
* Few minor TTS clean ups.Narayan Kamath2011-07-183-12/+14
* Fix a few threading issues in the AudioPlaybackHandler.Narayan Kamath2011-07-184-46/+67
* Improve TextToSpeech#isSpeaking()Narayan Kamath2011-07-153-2/+18
* Merge "Remove the completeAudioAvailable API."Narayan Kamath2011-07-154-141/+8
|\
| * Remove the completeAudioAvailable API.Narayan Kamath2011-07-144-141/+8
* | Minor cleanups to TextToSpeech.Narayan Kamath2011-07-141-20/+25
|/
* Wait until the audio track finishes playing before releasing it.Narayan Kamath2011-07-132-7/+29
* Add event-log logging for TTS requests.Narayan Kamath2011-07-086-13/+225
* Minor changes to AudioTrack handlingNarayan Kamath2011-07-051-2/+9
* Expose the currently used engine to bundled apps.Narayan Kamath2011-06-271-1/+10
* New API for TTS settings.Narayan Kamath2011-06-212-0/+103
* Merge "Don't enforce defaults any more in the TextToSpeech API."Narayan Kamath2011-06-163-77/+14
|\
| * Don't enforce defaults any more in the TextToSpeech API.Narayan Kamath2011-06-163-77/+14
* | Increase the visibility of SynthesisRequestNarayan Kamath2011-06-151-1/+1
|/
* Fix a bug in TextToSpeech.Narayan Kamath2011-06-151-1/+1
* Merge "A few TTS bug fixes"Narayan Kamath2011-06-142-7/+36
|\
| * A few TTS bug fixesNarayan Kamath2011-06-142-7/+36
* | Deprecate setEngineByPackageNameNarayan Kamath2011-06-141-3/+5
|/
* Refactor some of TextToSpeechNarayan Kamath2011-06-102-134/+212
* Merge "Don't hardcode the default engine."Narayan Kamath2011-06-101-20/+119
|\
| * Don't hardcode the default engine.Narayan Kamath2011-06-101-20/+119
* | Some TTS fixes.Narayan Kamath2011-06-103-17/+70
|/
* Implement QUEUE_FLUSH and QUEUE_DESTROY addition modes.Narayan Kamath2011-06-097-81/+270
* Make changes to the TTS api suggested by the API review.Narayan Kamath2011-06-086-139/+229
* Fix the threading behaviour of TTS audio requests.Narayan Kamath2011-06-077-240/+686
* Language loading / availablity should repsect defaults enforcement.Narayan Kamath2011-06-021-1/+30
* Add a separate thread for writing to audiotracks.Narayan Kamath2011-05-252-26/+71
* Pass synthesis request params through to the TTS service.Narayan Kamath2011-05-175-10/+56
* Expose TTS engine APIBjorn Bringert2011-04-273-15/+12
* Fix onCompleteAudioAvailableNarayan Kamath2011-04-191-14/+62
* Merge "TTS: SynthesisRequest.error() instead of return value"Bjorn Bringert2011-04-194-6/+51
|\
| * TTS: SynthesisRequest.error() instead of return valueBjorn Bringert2011-04-194-6/+51
* | Only return default TTS engines from TTS.getEngines()Bjorn Bringert2011-04-181-1/+2
|/