summaryrefslogtreecommitdiffstats
path: root/core/java/android/speech
Commit message (Expand)AuthorAgeFilesLines
* TTS Connection callbacks are called on main thread.Przemyslaw Szczepaniak2014-05-162-3/+36
* Add (hidden) TTSEngines#isLocaleSetToDefaultForEngine method.Przemyslaw Szczepaniak2014-05-121-0/+18
* Add AudioFormat.getBytesPerSample and use itGlenn Kasten2014-05-062-14/+2
* Remove "final" from TextToSpeechClient class.Przemyslaw Szczepaniak2014-04-101-2/+2
* Documentation update for TextToSpeech#getFeaturesPrzemyslaw Szczepaniak2014-03-241-0/+1
* Do not reset language in case of the TTS service reconnect.Przemyslaw Szczepaniak2014-03-211-4/+6
* Make InternalListener static to avoid referencing SpeechRecognizer.Mark Renouf2014-03-171-1/+1
* Add public SynthesisRequestV2 constructor.Przemyslaw Szczepaniak2014-01-301-0/+12
* Allow clients to extend the TTS UtteranceId class.Przemyslaw Szczepaniak2014-01-301-22/+15
* am 8bb8caa2: am c12410f1: am c3be4ba3: am 12377887: am 991e9818: Merge "AArch...Elliott Hughes2014-01-162-74/+74
|\
| * 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
* | Remove unused imports from frameworks/base.John Spurlock2013-11-203-7/+0
* | Fix Javadoc errorSiva Velusamy2013-10-291-2/+2
* | TTS API: Replace "voice id" with "voice name"Przemyslaw Szczepaniak2013-10-296-57/+65
* | fix javadocs.Nick Kralevich2013-10-244-8/+8
* | Add new TTS API.Przemyslaw Szczepaniak2013-10-2425-436/+3390
* | Catch MissingResourceException caused by bad locale in TTS.Przemyslaw Szczepaniak2013-09-252-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