summaryrefslogtreecommitdiffstats
path: root/core/java/android/speech
Commit message (Expand)AuthorAgeFilesLines
* Make InternalListener static to avoid referencing SpeechRecognizer.Mark Renouf2014-03-181-1/+1
* AArch64: Use long for pointers in speech/srec classesAshok Bhat2014-01-152-74/+74
* Catch MissingResourceException caused by bad locale in TTS.Przemyslaw Szczepaniak2013-10-302-20/+35
* Merge "Remove HotwordRecognition APIs" into klp-devSandeep Siddhartha2013-09-115-817/+0
|\
| * Remove HotwordRecognition APIsSandeep Siddhartha2013-09-115-817/+0
* | Update documentation for speech APIs.Marc Wilson2013-09-102-3/+12
|/
* Fix checkbuild error due to javadoc reference to hidden classSandeep Siddhartha2013-09-101-2/+1
* Move public consts to HotwordRecognitionServiceSandeep Siddhartha2013-09-062-43/+43
* Fixing build breakSandeep Siddhartha2013-09-061-3/+2
* Add permission checks and unhide the Hotword recognition APIsSandeep Siddhartha2013-09-064-19/+43
* Fix SynthesisRequest javadocPrzemyslaw Szczepaniak2013-09-021-1/+1
* Tweak the HotwordRecognizer APISandeep Siddhartha2013-08-282-89/+50
* Touch up the Hotword APISandeep Siddhartha2013-08-262-5/+5
* Add Service API to perform Hotword recognitionSandeep Siddhartha2013-08-265-0/+834
* am 710f3e2c: am 60ae2617: Merge "If frameworks wants ASCII casing, it should ...Elliott Hughes2013-08-021-1/+1
|\
| * If frameworks wants ASCII casing, it should explicity ask for it.Elliott Hughes2013-08-021-1/+1
* | Document the case where TTS onInit callback is called in ctor.Przemyslaw Szczepaniak2013-06-201-2/+4
* | Allow TTS service to identify caller.Przemyslaw Szczepaniak2013-06-052-1/+18
* | Make TtsEngines.getDefaultLocale() method publicPrzemyslaw Szczepaniak2013-05-211-1/+12
|/
* Fix for TTS.setLanguage throwing MissingResourceExceptionPrzemyslaw Szczepaniak2013-05-081-4/+34
* Failing Text-To-Speech CTS tests fix.Przemyslaw Szczepaniak2013-03-131-1/+7
* Forgot to rename constructor to match class name.Przemyslaw Szczepaniak2013-03-061-1/+1
* Fix EBADF in TTS synthesizeToFile method.Przemyslaw Szczepaniak2013-03-061-9/+14
* Make synthesizeToFile create file on a client side.Przemyslaw Szczepaniak2013-02-184-81/+80
* Deprecate unused and implementation-specific parts of TTS APIPrzemyslaw Szczepaniak2013-01-301-36/+84
* Fix logic error in Pszczepaniak's recent change.Fergus Henderson2013-01-251-2/+2
* Make TextToSpeech.shutdown() work before init callback.Przemyslaw Szczepaniak2013-01-221-28/+55
* Revert "Deprecate unused and implementation-specific parts of TTS API"Przemyslaw Szczepaniak2013-01-091-84/+36
* Deprecate unused and implementation-specific parts of TTS APIPrzemyslaw Szczepaniak2013-01-091-36/+84
* Set default language in new TTS clients.Przemyslaw Szczepaniak2012-12-133-2/+43
* Make TTS input string limit public and documented.Przemyslaw Szczepaniak2012-11-272-4/+15
* woExecute onLoadLanguage in synthesis thread.Przemyslaw Szczepaniak2012-11-203-31/+108
* Make getLanguage return client-set languagePrzemyslaw Szczepaniak2012-11-201-10/+19
* TTS onServiceConnection moved to async taskPrzemyslaw Szczepaniak2012-11-202-26/+81
* Revert "Make TTS input string limit public and documented"Przemyslaw Szczepaniak2012-11-162-12/+4
* Make TTS input string limit public and documentedPrzemyslaw Szczepaniak2012-11-162-4/+12
* am 58ed5d74: am 768d9e1a: Merge "Correct executable bit for source files"Kenny Root2012-11-072-0/+0
|\
| * am 768d9e1a: Merge "Correct executable bit for source files"Kenny Root2012-11-072-0/+0
| |\
| | * Correct executable bit for source filesKenny Root2012-11-072-0/+0
* | | SynthesisCallback documentation updatePrzemyslaw Szczepaniak2012-10-151-1/+4
* | | TTS documentation clarification.Przemyslaw Szczepaniak2012-10-021-6/+29
|/ /
* | 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
|\