summaryrefslogtreecommitdiff
path: root/core/java/android/speech
Commit message (Expand)AuthorAgeFilesLines
* Fix off by one error in getMaxSpeechInputLength().Rakesh Iyer2018-11-261-1/+1
* Stop synth when tts client dies.Rakesh Iyer2018-11-261-1/+1
* Remove extra call to dispatchStart().Rakesh Iyer2018-10-181-1/+0
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-062-0/+13
* docs: fixed typo in deprecation messageLaura Davis2018-06-221-3/+3
* Document system activity intents that may not be implementedChristopher Tate2018-05-101-0/+4
* Copy PermissionChecker from support lib and use in RcognitionServiceEugene Susla2018-02-231-3/+3
* Fix race condition with calling stop() before run()Niels Egberts2018-02-131-11/+11
* Add more IntDef prefixes for auto-documenting.Jeff Sharkey2017-12-131-2/+9
* 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