summaryrefslogtreecommitdiffstats
path: root/core/java/android/speech
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Improve TTS engine audio buffer APIBjorn Bringert2011-04-153-33/+160
* Add Java API for writing TTS enginesBjorn Bringert2011-04-159-736/+2086
* Remove the deprecated things from Config.java. These haven't been working sin...Joe Onorato2011-04-071-1/+0
* Add EXTRA_ORIGIN to RecognizerIntent.Mike LeBeau2011-04-051-0/+8
* Support speech recognizer confidence values.Mike LeBeau2011-04-053-8/+42
* am d35f9390: am 000466d7: am 125be9c8: Merge "Fixing a race condition in Reco...Valentin Kravtsov2011-03-181-2/+12
|\
| * am 000466d7: am 125be9c8: Merge "Fixing a race condition in RecognitionServic...Valentin Kravtsov2011-03-181-2/+12
| |\
| | * Fixing a race condition in RecognitionServiceValentin Kravtsov2011-03-021-2/+12
* | | Exception handling clean-up in TextToSpeech.javaBjorn Bringert2011-03-081-298/+80
|/ /
* | Fix bug 3511256 invalid TTS parameter cache sizeJean-Michel Trivi2011-03-031-1/+3
* | resolved conflicts for merge of 3ebade5d to honeycomb-plus-aospJean-Michel Trivi2011-01-241-6/+17
|\ \ | |/
| * Bug 3365937 notify TTS initialization listener of binding errorsJean-Michel Trivi2011-01-201-5/+16
* | Fix bug 2084122: enable application control over text synth volumeJean-Michel Trivi2011-01-111-4/+2
* | Add support in TTS for volume and panning control of the synth outputJean-Michel Trivi2011-01-051-30/+81
* | am 0655b31d: am 12b82c8d: Merge "Unhide RecognizerResultsIntent. This API was...Mike LeBeau2010-12-201-16/+2
|\ \ | |/