summaryrefslogtreecommitdiffstats
path: root/packages/TtsService
Commit message (Expand)AuthorAgeFilesLines
...
* Make sure the speech synthesizer proxy is a singleton in the TTS service.Jean-Michel Trivi2009-07-211-29/+31
* Prevent the setLanguage() method in TextToSpeech to change the languageJean-Michel Trivi2009-07-202-6/+20
* Fixing the random audio mangling problem (TTS becomes incomprehensibly fast)Charles Chen2009-07-181-1/+1
* Merge change 7829 into donutAndroid (Google) Code Review2009-07-171-18/+24
|\
| * Making sure that there are no calls made to the native TTSCharles Chen2009-07-171-18/+24
* | Remove obsolete playBuffer() method from the text-to-speech SynthProxy class.Jean-Michel Trivi2009-07-172-32/+0
|/
* Delete global ref to the weak reference to the SynthProxy in theJean-Michel Trivi2009-07-161-0/+1
* Fixing a race condition that causes synthesis to not be abortedCharles Chen2009-07-161-2/+13
* Merge change 7356 into donutAndroid (Google) Code Review2009-07-151-20/+73
|\
| * Fixing a bug in how stop works - keep stop from always stoppingCharles Chen2009-07-141-20/+73
* | Making sure that the audio buffers for speech are clearedCharles Chen2009-07-141-3/+8
|/
* Cleaning up TtsServiceCharles Chen2009-07-141-42/+38
* Implementing utterance ID callbacks for silence and pre-recorded filesCharles Chen2009-07-131-17/+62
* Adding Utterance ID to the TtsService.Charles Chen2009-07-131-23/+43
* Propagate optional audio stream type to the creation of the audio resourcesJean-Michel Trivi2009-07-133-26/+67
* Fixing TTS breakage.Charles Chen2009-07-101-17/+22
* Use the TTS queue constants in the TTS service as defined in theJean-Michel Trivi2009-07-101-13/+13
* Adding tagging to utterances to track which app said what.Charles Chen2009-07-101-55/+64
* Unbreaking the build.Charles Chen2009-07-091-3/+0
* Adding a lock to stop so that stop will stop utterancesCharles Chen2009-07-091-11/+36
* Removing the ttsSynthDoneCallback logging.Charles Chen2009-07-071-1/+1
* Cleaning up logs.Charles Chen2009-07-072-7/+8
* 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-062-2/+2
* Propagating the error codes through the TtsServiceCharles Chen2009-07-062-43/+45
* Adding tts result codes.Charles Chen2009-07-062-48/+74
* 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
* In TTS synthesis to file, remove hard coded values for the writing of the WAV...Jean-Michel Trivi2009-06-302-14/+43
* 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-292-22/+74
|\
| * Expose in SynthProxy the query for the TTS supported and current language.Jean-Michel Trivi2009-06-292-22/+74
* | Adding support for params.Charles Chen2009-06-291-4/+23
|/
* Add in TTS engine interface the methods to query the availability for a langu...Jean-Michel Trivi2009-06-291-1/+2
* 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-262-2/+40
* | Merge change 5444 into donutAndroid (Google) Code Review2009-06-251-4/+12
|\ \ | |/ |/|
| * In the native layer for the TTS service, delete the data allocated for the ca...Jean-Michel Trivi2009-06-251-4/+12
* | 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-242-11/+45
* Adding support for pitch changes of the synthesized text in Text-To-Speech.Jean-Michel Trivi2009-06-233-2/+52
* 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-173-26/+26
* Updating TTS engine interface for setting the language based on language, cou...Jean-Michel Trivi2009-06-161-3/+5
* Made the platform TTS service aware of the path for the default TTS library t...Jean-Michel Trivi2009-06-101-10/+1