Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update TTS plugin interface to receive engine configuration data | Jean-Michel Trivi | 2010-03-18 | 1 | -15/+8 |
| | | | | | | coming from the plugin helper code (handling config and preferences). Change-Id: Ibc1d229463f11f8977552d74d1fd2aa6a6cab88e | ||||
* | Fix issue 1795088 Improve audio routing code | Eric Laurent | 2009-07-23 | 1 | -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 Nelissen | 2009-07-08 | 1 | -0/+2 |
| | |||||
* | Add in TTS engine interface the methods to query the availability for a ↵ | Jean-Michel Trivi | 2009-06-29 | 1 | -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 Trivi | 2009-06-26 | 1 | -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 Trivi | 2009-06-16 | 1 | -7/+11 |
| | | | | | | country and variant codes coming from a java.util.Locale instance. | ||||
* | Cleaning up comments in interface for TTS engines. | Jean-Michel Trivi | 2009-06-05 | 1 | -44/+73 |
| | |||||
* | Updating TtsEngine.h and SynthProxy.cpp so that buffer memory | Charles Chen | 2009-06-05 | 1 | -17/+22 |
| | | | | management is handled on the system side. | ||||
* | Adding TTS error code to signal missing resources (for instance missing ↵ | Jean-Michel Trivi | 2009-05-28 | 1 | -1/+2 |
| | | | | language files). | ||||
* | Add header declaring the interface for TTS engines to implement. | Jean-Michel Trivi | 2009-05-21 | 1 | -0/+167 |