summaryrefslogtreecommitdiffstats
path: root/core/java/android/speech
Commit message (Expand)AuthorAgeFilesLines
* Correct executable bit for source filesKenny Root2013-04-132-0/+0
* Fix threading issue in BlockingAudioTrack.Przemyslaw Szczepaniak2012-08-281-10/+25
* Fix double call to TTS connection disconnect() on reconnectPrzemyslaw Szczepaniak2012-08-201-9/+20
* Fixes to TextToSpeechService#synthesizeToFileNarayan Kamath2012-08-142-36/+28
* Fix bug in BlockingAudioTrack.Narayan Kamath2012-08-142-21/+27
* New action and extra in RecognizerIntent for "hands free" voice searchJean-Michel Trivi2012-05-171-0/+39
* Write unit tests for android.speech.tts.Narayan Kamath2012-01-091-6/+23
* Remove BlockingMediaPlayer.Narayan Kamath2011-12-064-205/+76
* Simplify the implementation of AudioPlaybackHandler.Narayan Kamath2011-12-0111-762/+720
* am 7dfb3e61: am cc084f1d: Fix superfluous onError callbacks.Narayan Kamath2011-11-301-1/+2
|\
| * Fix superfluous onError callbacks.Narayan Kamath2011-11-301-1/+2
* | Allow multiple TextToSpeech instances per calling app.Narayan Kamath2011-11-3011-131/+167
|/
* 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
|/