| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Cleaning up makefile for libttssynthproxy for the simulator. | Jean-Michel Trivi | 2009-06-03 | 1 | -7/+4 |
| | | |||||
| * | Corrected the name of the native library the SynthProxy class loads ↵ | Jean-Michel Trivi | 2009-06-02 | 1 | -1/+1 |
| | | | | | (libttssynthproxy instead of libsynthproxy) to match the lib name from frameworks/base/tts/jni/Android.mk. | ||||
| * | Addressed comments of change 2515 for the TtsService class: | Jean-Michel Trivi | 2009-06-02 | 1 | -635/+635 |
| | | | | | | | - made the SpeechItem and SoundResource inner classes static, - prefixed the TtsService member variables by 'm', - changed indentation from 2 to 4 characters. | ||||
| * | Trying to fix sim-eng build: when building the simulator on linux, link ↵ | Jean-Michel Trivi | 2009-06-02 | 1 | -0/+4 |
| | | | | | (only) with libdl, as opposed to also making libdl a build target. | ||||
| * | Trying to fix the build for simulator: modifying makefile to not link ↵ | Jean-Michel Trivi | 2009-06-02 | 1 | -1/+5 |
| | | | | | against libdl. | ||||
| * | Merge change 2515 into donut | Android (Google) Code Review | 2009-06-02 | 1 | -0/+783 |
| |\ | | | | | | | | | * changes: Adding the TtsService class for text-to-speech synthesis. | ||||
| | * | Adding the TtsService class for text-to-speech synthesis. | Charles Chen | 2009-06-02 | 1 | -0/+783 |
| | | | |||||
| * | | Adding java/jni code for the Java TTS SynthProxy class, which relays calls ↵ | Jean-Michel Trivi | 2009-06-01 | 3 | -0/+793 |
| | | | | | | | | | from the TTS service to the native TTS plugin library. | ||||
| * | | Adding proxy class to communicate with the TTS service through the ITts ↵ | Jean-Michel Trivi | 2009-05-27 | 1 | -0/+605 |
| |/ | | | | interface. | ||||
| * | Add AIDL files for the TTS service and the associated callback service (to ↵ | Jean-Michel Trivi | 2009-05-22 | 2 | -0/+86 |
| signal synthesis completion). | |||||
