summaryrefslogtreecommitdiffstats
path: root/packages/TtsService/src
Commit message (Expand)AuthorAgeFilesLines
* Fix for bug 2564771 - pitch setting between apps canCharles Chen2010-04-011-1/+31
* Fix for bug 2548048 - it was impossible for applications to discoverCharles Chen2010-03-291-0/+10
* Cherry-picking this fix into Froyo.Charles Chen2010-03-261-0/+9
* Fix bug where the setConfig method in SynthProxy has the wrongJean-Michel Trivi2010-03-181-2/+2
* Update TTS plugin interface to receive engine configuration dataJean-Michel Trivi2010-03-181-4/+7
* Enabling plugin engines to pass in their engine specific settingsCharles Chen2010-03-171-6/+20
* Support plugin parameter updates for TTS plugin settings.Jean-Michel Trivi2010-03-172-3/+10
* Added a check to TtsService to make sure that the engine is enabledCharles Chen2010-03-171-2/+22
* Revert TTS output filter tuning after reverting the Pico 1.1.0.2Jean-Michel Trivi2010-03-151-3/+3
* Merge "Fix bug 2481825 When TTS is synthesizing to a file, return an error if...Jean-Michel Trivi2010-03-091-1/+18
|\
| * Fix bug 2481825Jean-Michel Trivi2010-03-081-1/+18
* | Fix typo in log message in TTS SynthProxy.Jean-Michel Trivi2010-03-071-1/+1
* | Fix bug 2449814Jean-Michel Trivi2010-03-071-4/+4
|/
* Fixing a bug with TTS that caused TTS to ignore the default settingsCharles Chen2010-03-011-0/+17
* Setting the synth busy flag inside a synchronized block forCharles Chen2010-02-101-2/+6
* Fixing a race condition in the TextToSpeech service that could beCharles Chen2010-02-081-2/+12
* Fixing a bug with the TextToSpeech speech queue processing.Charles Chen2010-02-051-2/+2
* Apply EQ on the output of the speech synthesis only when using the PicoJean-Michel Trivi2010-01-111-3/+17
* Enabling multiple apps to use different speech synthesis engines and notCharles Chen2010-01-081-0/+12
* am 014085a8: am 4bc95d19: Merge change Iab089078 into eclair-mr2Charles Chen2009-12-291-16/+21
|\
| * Fix for a race condition that can occur if an utteranceCharles Chen2009-12-111-16/+21
* | Adding the ability to specify the speech synthesisCharles Chen2009-11-191-0/+11
* | Adding support for plugins.Charles Chen2009-10-201-0/+65
|/
* Clean TTS logs: use a common TAG in the TTS service, don't showJean-Michel Trivi2009-08-312-26/+27
* Add a synchronous stop method to TTS synth engine so that upon its destruction,Jean-Michel Trivi2009-08-312-2/+18
* Launch synthesis thread at max priority to prevent hicups in playback.Jean-Michel Trivi2009-08-281-7/+12
* Implement clean killing of the TTS service.Jean-Michel Trivi2009-08-261-4/+62
* Fix bug 2043140.Jean-Michel Trivi2009-08-111-18/+79
* Revert "Fix bug 2025765."Jean-Michel Trivi2009-08-041-42/+4
* Fix bug 2025765.Jean-Michel Trivi2009-08-031-4/+42
* Fix bug 2017664Jean-Michel Trivi2009-07-291-31/+31
* Fixing bug #2008185 - problem with the TTS droppingCharles Chen2009-07-271-8/+13
* Reset the speech synth singleton to null when the service is destroyedJean-Michel Trivi2009-07-211-0/+1
* 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-201-4/+4
* 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-171-10/+0
|/
* Fixing a race condition that causes synthesis to not be abortedCharles Chen2009-07-161-2/+13
* Fixing a bug in how stop works - keep stop from always stoppingCharles Chen2009-07-141-20/+73
* 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-132-8/+43
* 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
* Cleaning up logs.Charles Chen2009-07-071-4/+5