summaryrefslogtreecommitdiffstats
path: root/include/tts
Commit message (Collapse)AuthorAgeFilesLines
* Update TTS plugin interface to receive engine configuration dataJean-Michel Trivi2010-03-181-15/+8
| | | | | | coming from the plugin helper code (handling config and preferences). Change-Id: Ibc1d229463f11f8977552d74d1fd2aa6a6cab88e
* Fix issue 1795088 Improve audio routing codeEric Laurent2009-07-231-2/+2
| | | | | | | Initial commit for review. Integrated comments after patch set 1 review. Fixed lockup in AudioFlinger::ThreadBase::exit() Fixed lockup when playing tone with AudioPlocyService startTone()
* Add a virtual destructor to the TtsEngine class.Marco Nelissen2009-07-081-0/+2
|
* Add in TTS engine interface the methods to query the availability for a ↵Jean-Michel Trivi2009-06-291-10/+20
| | | | | | | language, to set the synthesis audio format, to query the current language, country and variant setting.
* Use the same interface in the TTS engine interface for setLanguage and ↵Jean-Michel Trivi2009-06-261-10/+31
| | | | | | loadLanguage. Adding function to check the support level for a language in TTS engine interface.
* Updating TTS engine interface for setting the language based on language, ↵Jean-Michel Trivi2009-06-161-7/+11
| | | | | | country and variant codes coming from a java.util.Locale instance.
* Cleaning up comments in interface for TTS engines.Jean-Michel Trivi2009-06-051-44/+73
|
* Updating TtsEngine.h and SynthProxy.cpp so that buffer memoryCharles Chen2009-06-051-17/+22
| | | | management is handled on the system side.
* Adding TTS error code to signal missing resources (for instance missing ↵Jean-Michel Trivi2009-05-281-1/+2
| | | | language files).
* Add header declaring the interface for TTS engines to implement.Jean-Michel Trivi2009-05-211-0/+167