summaryrefslogtreecommitdiffstats
path: root/core/java/android/speech/tts
Commit message (Expand)AuthorAgeFilesLines
* Add support in TTS for volume and panning control of the synth outputJean-Michel Trivi2011-01-051-30/+81
* Fix NPE in TextToSpeech with setLanguage(null)Jean-Michel Trivi2010-07-261-0/+3
* Unhiding TTS API constants and methods needed for TTS plugin support.Charles Chen2010-04-021-7/+0
* Fix for bug 2564771 - pitch setting between apps canCharles Chen2010-04-012-26/+56
* Fix for bug 2548048 - it was impossible for applications to discoverCharles Chen2010-03-292-1/+44
* Cherry-picking this fix into Froyo.Charles Chen2010-03-262-1/+42
* Fix bug 2481825Jean-Michel Trivi2010-03-081-3/+2
* Fixing a bug with TTS that caused TTS to ignore the default settingsCharles Chen2010-03-011-8/+8
* Hiding the new TextToSpeech Intent extras for voice data checkCharles Chen2010-02-111-0/+3
* Adding Intent extra strings to TextToSpeech.Engine for doingCharles Chen2010-02-111-0/+22
* Enabling multiple apps to use different speech synthesis engines and notCharles Chen2010-01-081-49/+71
* Adding the ability to specify the speech synthesisCharles Chen2009-11-192-1/+43
* TextToSpeech javadoc update.Jean-Michel Trivi2009-09-141-82/+115
* Unhide the broadcast intent that signals completion of the TTS languageJean-Michel Trivi2009-08-141-11/+13
* Fix bug 2043140.Jean-Michel Trivi2009-08-111-1/+1
* Fix bug 2022435.Jean-Michel Trivi2009-08-071-0/+16
* Fix bug 2017664Jean-Michel Trivi2009-07-291-126/+177
* Resetting the setLanguage() call to its intended behavior after change 8089Jean-Michel Trivi2009-07-221-2/+4
* Revert the setLanguage() call to its previous implementation asJean-Michel Trivi2009-07-201-4/+2
* Prevent the setLanguage() method in TextToSpeech to change the languageJean-Michel Trivi2009-07-201-11/+17
* Adding missing addEarcon method. Not having this was a bug asCharles Chen2009-07-151-0/+103
* Unhide required definitions in TextToSpeech.Engine that cover return codes andJean-Michel Trivi2009-07-141-3/+91
* Adding Utterance ID to the TtsService.Charles Chen2009-07-133-8/+76
* Fixing TTS breakage.Charles Chen2009-07-101-11/+133
* Add support in TextToSpeech for an audio stream type param and utteranceJean-Michel Trivi2009-07-101-13/+60
* Adding tagging to utterances to track which app said what.Charles Chen2009-07-102-22/+25
* Adding a missing catchCharles Chen2009-07-081-0/+1
* Remove unused definitions for default language in TextToSpeech asJean-Michel Trivi2009-07-081-3/+1
* Optimize storing of cached TTS parameters. Initialize the cachedJean-Michel Trivi2009-07-071-23/+22
* Propagating error codes to TextToSpeech.javaCharles Chen2009-07-071-36/+47
* Fixes a compatibility issue with users that have the old TTSCharles Chen2009-07-061-1/+1
* Propagating the error codes through the TtsServiceCharles Chen2009-07-061-7/+7
* Removing IPA - IPA is already handled by the phoneme tag.Charles Chen2009-07-021-5/+1
* Unhide android.speech.tts.TextToSpeechJean-Michel Trivi2009-07-021-95/+2
* Adding strings for data root and data files - these are neededCharles Chen2009-07-021-1/+6
* Adding in TTS service support for language query and level of support.Jean-Michel Trivi2009-06-292-4/+46
* Adding status return codes for TTS calls.Charles Chen2009-06-291-33/+93
* Adding implementation of IPA to the TextToSpeech.javaCharles Chen2009-06-261-2/+60
* Adding in the playSilence method to TextToSpeech.javaCharles Chen2009-06-261-1/+21
* Adding skeleton methods for IPA support.Charles Chen2009-06-261-1/+5
* Add caching of the speech rate and language in android.speech.tts.TextToSpeechJean-Michel Trivi2009-06-251-52/+41
* Updating the TextToSpeech.java with skeleton methods.Charles Chen2009-06-251-14/+66
* Adding support for pitch changes of the synthesized text in Text-To-Speech.Jean-Michel Trivi2009-06-232-1/+33
* Grouping under TextToSpeech.Engine the constants to be used byJean-Michel Trivi2009-06-181-0/+22
* Using Locale to specify language and country for a TTS language to load,Jean-Michel Trivi2009-06-172-36/+38
* TextToSpeech class cleanupsJean-Michel Trivi2009-06-111-90/+106
* Renaming the Tts class to TextToSpeech for clarity.Jean-Michel Trivi2009-06-101-109/+32
* Restructuring the TTS files so that it works as a ServiceCharles Chen2009-06-103-3/+88
* In Tts class, removing method to set the specific engine to use as theJean-Michel Trivi2009-06-081-22/+0
* Moving the Tts java class from the android.tts package to the android.speech....Jean-Michel Trivi2009-06-081-0/+608