Jean-Michel Trivi
8aeac9408f
Cleaning up makefile for libttssynthproxy for the simulator.
2009-06-03 09:43:14 -07:00
Jean-Michel Trivi
1f4b92a2d6
Corrected the name of the native library the SynthProxy class loads (libttssynthproxy instead of libsynthproxy) to match the lib name from frameworks/base/tts/jni/Android.mk.
2009-06-02 16:02:31 -07:00
Jean-Michel Trivi
78ebbabfe1
Addressed comments of change 2515 for the TtsService class:
...
- made the SpeechItem and SoundResource inner classes static,
- prefixed the TtsService member variables by 'm',
- changed indentation from 2 to 4 characters.
2009-06-02 15:09:51 -07:00
Jean-Michel Trivi
a74303d806
Trying to fix sim-eng build: when building the simulator on linux, link (only) with libdl, as opposed to also making libdl a build target.
2009-06-02 12:05:18 -07:00
Jean-Michel Trivi
30b70cec05
Trying to fix the build for simulator: modifying makefile to not link against libdl.
2009-06-02 10:43:58 -07:00
Android (Google) Code Review
b2decbe2f1
Merge change 2515 into donut
...
* changes:
Adding the TtsService class for text-to-speech synthesis.
2009-06-02 10:11:58 -07:00
Charles Chen
a042a740d3
Adding the TtsService class for text-to-speech synthesis.
2009-06-02 09:57:53 -07:00
Jean-Michel Trivi
700ec6568c
Adding java/jni code for the Java TTS SynthProxy class, which relays calls from the TTS service to the native TTS plugin library.
2009-06-01 14:45:12 -07:00
Jean-Michel Trivi
e74d507d17
Adding proxy class to communicate with the TTS service through the ITts interface.
2009-05-27 10:36:30 -07:00
Jean-Michel Trivi
2c0c2af2ea
Add AIDL files for the TTS service and the associated callback service (to signal synthesis completion).
2009-05-22 11:45:26 -07:00