summaryrefslogtreecommitdiff
path: root/core/java/android/speech
Commit message (Expand)AuthorAgeFilesLines
* TTS: Fix a race condition between enqueueSpeechItem and stopForApp.Kazuhiro Inaba2017-08-031-11/+30
* TTS: Ensure to callback onStop() from SynthesisPlaybackQueueItem.Kazuhiro Inaba2017-07-252-0/+25
* Updates based on API council guidance.Jeff Sharkey2017-04-291-3/+2
* Document examples where a developer might use the APIs.Niels Egberts2017-04-132-0/+6
* Provide deprecated API to avoid build breakageAmith Yamasani2017-03-271-1/+9
* Add time markers to synthesizeToFile API.Niels Egberts2017-03-228-15/+24
* Ensure we set the notification marker position by calling updateMarker()Sergio Sancho2017-02-141-0/+2
* Merge "Ensure default pitch is used when none is specified."Sergio Sancho2017-02-081-1/+5
|\
| * Ensure default pitch is used when none is specified.Sergio Sancho2017-01-261-1/+5
* | Implement time markers for TTS.Niels Egberts2017-01-248-50/+226
|/
* Merge "Remove refernces to V1 API, as V2 doesn't exist anymore."Niels Egberts2017-01-033-205/+266
|\
| * Remove refernces to V1 API, as V2 doesn't exist anymore.Niels Egberts2016-12-233-205/+266
* | Remove redundant public modifiers in interfaces.Niels Egberts2016-12-233-88/+92
|/
* Fix issue when QUEUE_DESTROY arrive at the same time.Niels Egberts2016-04-081-5/+14
* Use audio_session_t consistentlyGlenn Kasten2016-03-102-6/+6
* API to listen in on the synthesized audio.Niels Egberts2016-01-256-18/+163
* Merge "Fix checks for audio format."Niels Egberts2015-12-092-4/+4
|\
| * Fix checks for audio format.Niels Egberts2015-12-082-4/+4
* | Merge "Fix @code escapes"Neil Fuller2015-12-032-2/+2
|\ \ | |/ |/|
| * Fix @code escapesNeil Fuller2015-12-022-2/+2
* | Small refactoring for FileSynthesisCallback.Niels Egberts2015-11-302-17/+8
|/
* Fix docs build failure.Niels Egberts2015-11-231-3/+3
* Restrict audioformat to 8bit, 16bit or float PCM with an annotation andNiels Egberts2015-11-234-3/+48
* NPE occured when trying to parcel voice features.Niels Egberts2015-08-051-1/+2
* Fix crash with engines that don't override getVoices().Niels Egberts2015-06-262-3/+16
* Delete android.speech.srec.*Narayan Kamath2015-06-165-1295/+0
* Fixes for API Review: android.speech.ttsPrzemyslaw Szczepaniak2015-06-121-6/+6
* Add getCallingUid() to RecognitionService.Callback.Cedric Ho2015-05-271-6/+20
* Don't strip country and variant from locale.Niels Egberts2015-05-071-29/+46
* Add android.speech.RecognizerIntent EXTRA_PREFER_OFFLINE to indicateCedric Ho2015-04-271-0/+8
* Fix parens typos in documentation.Niels Egberts2015-04-101-3/+3
* Add resource type annotations to some APIsTor Norbye2015-03-131-1/+1
* Remove unused imports in frameworks/base.John Spurlock2015-02-285-6/+0
* Add @ResourceInt annotations on APIsTor Norbye2015-02-181-2/+3
* Add UtteranceProgressListener#onStop callbackPrzemyslaw Szczepaniak2014-12-094-14/+90
* Fix race in RecognizerService teardown.Jeff Brown2014-10-021-11/+19
* Make sure cancel is called on tear down.Jerome Poichet2014-09-302-1/+20
* Fix ambiguous TTS#playSilence method.Przemyslaw Szczepaniak2014-09-253-18/+18
* Fix issues with new TTS APIPrzemyslaw Szczepaniak2014-09-223-18/+4
* Replace TreeSet with HashSet.Przemyslaw Szczepaniak2014-09-111-5/+4
* API review requests for the TTS package.Przemyslaw Szczepaniak2014-09-083-33/+130
* Set the TTS voice name for the default language.Przemyslaw Szczepaniak2014-08-051-0/+5
* API for audio session ID generationJean-Michel Trivi2014-07-201-1/+1
* Add AudioAttributes support in the TTS.Przemyslaw Szczepaniak2014-07-174-24/+81
* Fix TTS regression, TTS#stop can result in #onDone callback.Przemyslaw Szczepaniak2014-07-103-33/+4
* Remove Markup and Utterance classes.Niels Egberts2014-07-082-1132/+0
* Add support for voices in TTS API.Przemyslaw Szczepaniak2014-07-047-15/+903
* First argument of playSilence is incorrect in javaDoc.Niels Egberts2014-07-021-1/+1
* Forgot to deprecate a method in current.txt before merging earlier change.Niels Egberts2014-07-021-5/+9
* Support for CharSequences in the V1 API.Niels Egberts2014-07-024-45/+249