summaryrefslogtreecommitdiffstats
path: root/tts/java
Commit message (Expand)AuthorAgeFilesLines
* Simplify the TTS for Donut releaseCharles Chen2009-06-082-127/+76
* Moving the Tts java class from the android.tts package to the android.speech....Jean-Michel Trivi2009-06-081-605/+0
* Corrected the name of the native library the SynthProxy class loads (libttssy...Jean-Michel Trivi2009-06-021-1/+1
* Addressed comments of change 2515 for the TtsService class:Jean-Michel Trivi2009-06-021-635/+635
* Merge change 2515 into donutAndroid (Google) Code Review2009-06-021-0/+783
|\
| * Adding the TtsService class for text-to-speech synthesis.Charles Chen2009-06-021-0/+783
* | Adding java/jni code for the Java TTS SynthProxy class, which relays calls fr...Jean-Michel Trivi2009-06-011-0/+172
* | Adding proxy class to communicate with the TTS service through the ITts inter...Jean-Michel Trivi2009-05-271-0/+605
|/
* Add AIDL files for the TTS service and the associated callback service (to si...Jean-Michel Trivi2009-05-222-0/+86