summaryrefslogtreecommitdiffstats
path: root/packages/TtsService/src/android/tts/SynthProxy.java
Commit message (Expand)AuthorAgeFilesLines
* Add Java API for writing TTS enginesBjorn Bringert2011-04-151-238/+0
* Add support in TTS for volume and panning control of the synth outputJean-Michel Trivi2011-01-051-4/+7
* 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
* Support plugin parameter updates for TTS plugin settings.Jean-Michel Trivi2010-03-171-1/+8
* Revert TTS output filter tuning after reverting the Pico 1.1.0.2Jean-Michel Trivi2010-03-151-3/+3
* Fix typo in log message in TTS SynthProxy.Jean-Michel Trivi2010-03-071-1/+1
* Fix bug 2449814Jean-Michel Trivi2010-03-071-4/+4
* Apply EQ on the output of the speech synthesis only when using the PicoJean-Michel Trivi2010-01-111-3/+17
* Clean TTS logs: use a common TAG in the TTS service, don't showJean-Michel Trivi2009-08-311-1/+1
* Add a synchronous stop method to TTS synth engine so that upon its destruction,Jean-Michel Trivi2009-08-311-0/+14
* Remove obsolete playBuffer() method from the text-to-speech SynthProxy class.Jean-Michel Trivi2009-07-171-10/+0
* Propagate optional audio stream type to the creation of the audio resourcesJean-Michel Trivi2009-07-131-3/+10
* Propagating the error codes through the TtsServiceCharles Chen2009-07-061-16/+14
* Adding tts result codes.Charles Chen2009-07-061-7/+7
* Expose in SynthProxy the query for the TTS supported and current language.Jean-Michel Trivi2009-06-291-12/+23
* Use the same interface in the TTS engine interface for setLanguage and loadLa...Jean-Michel Trivi2009-06-261-0/+10
* Adding support for pitch changes of the synthesized text in Text-To-Speech.Jean-Michel Trivi2009-06-231-0/+8
* Using Locale to specify language and country for a TTS language to load,Jean-Michel Trivi2009-06-171-3/+4
* Restructuring the TTS files so that it works as a ServiceCharles Chen2009-06-101-0/+172