summaryrefslogtreecommitdiffstats
path: root/packages/TtsService/src
Commit message (Expand)AuthorAgeFilesLines
...
* Use the current Locale as the default language when TTS settings are notJean-Michel Trivi2009-07-061-3/+7
* 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-062-43/+45
* Adding tts result codes.Charles Chen2009-07-061-7/+7
* Removing IPA - IPA is already handled by the phoneme tag.Charles Chen2009-07-021-117/+3
* Fixing synth to file to use the speech queue.Charles Chen2009-06-301-27/+81
* Fix bug where the default TTS Service country is initialized to the default l...Jean-Michel Trivi2009-06-291-1/+1
* Adding in TTS service support for language query and level of support.Jean-Michel Trivi2009-06-291-2/+36
* Merge change 5701 into donutAndroid (Google) Code Review2009-06-291-12/+23
|\
| * Expose in SynthProxy the query for the TTS supported and current language.Jean-Michel Trivi2009-06-291-12/+23
* | Adding support for params.Charles Chen2009-06-291-4/+23
|/
* Merge change 5447 into donutAndroid (Google) Code Review2009-06-261-11/+125
|\
| * Adding skeleton methods for IPA support.Charles Chen2009-06-261-11/+125
* | Use the same interface in the TTS engine interface for setLanguage and loadLa...Jean-Michel Trivi2009-06-261-0/+10
|/
* Adding splitting to the TTS to guard against extremely long strings.Charles Chen2009-06-251-5/+30
* Using a sendBroadcast to notify interested parties of whenCharles Chen2009-06-241-5/+6
* Fixing the synth function so that queue processing continues.Charles Chen2009-06-241-0/+1
* Fix bug in TTS service where the language setting was using the default languageJean-Michel Trivi2009-06-241-4/+38
* Adding support for pitch changes of the synthesized text in Text-To-Speech.Jean-Michel Trivi2009-06-232-1/+25
* Grouping under TextToSpeech.Engine the constants to be used byJean-Michel Trivi2009-06-181-9/+7
* In the TTS service, read the default TTS settings from Settings.Secure.Jean-Michel Trivi2009-06-171-22/+44
* Using Locale to specify language and country for a TTS language to load,Jean-Michel Trivi2009-06-172-18/+16
* Made the platform TTS service aware of the path for the default TTS library t...Jean-Michel Trivi2009-06-101-10/+1
* Restructuring the TTS files so that it works as a ServiceCharles Chen2009-06-102-0/+907