summaryrefslogtreecommitdiffstats
path: root/native/include/android/tts.h
Commit message (Collapse)AuthorAgeFilesLines
* Adding the old legacy method for getTtsEngine for Froyo compatibility.Charles Chen2010-07-141-0/+5
| | | | Change-Id: I1f29f1b670137daff0c153e9f7ecdb7bfb2b5ff6
* Improved native TTS interface header.David 'Digit' Turner2010-06-111-0/+308
The purpose of this patch is to add a C-based ABI that can be exposed by the NDK for developers wanting to write a TTS Engine. This replaces the C++ ABI that is currently under frameworks/base/include/tts/TtsEngine.h but is *binary* compatible with it. As a consequence, the svox pico plugin under external/svox/pico/tts/, which links against tts/TtsEngine.h can be loaded by the TTS service properly. Another patch would modify the pico tts to use <android/tts.h>, then we will be able to get rid of <tts/TtsEngine.h> in the source tree. Change-Id: I16844cef9b5b006cc32655a29e4f9f193c8c1a91