Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_frameworks_base
/
cede1ed3e1721dc4a697a540388ef0f4b51c60eb
/
tts
8aeac94
Cleaning up makefile for libttssynthproxy for the simulator.
by Jean-Michel Trivi
· 16 years ago
1f4b92a
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.
by Jean-Michel Trivi
· 16 years ago
78ebbab
Addressed comments of change 2515 for the TtsService class:
by Jean-Michel Trivi
· 16 years ago
a74303d
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.
by Jean-Michel Trivi
· 16 years ago
30b70ce
Trying to fix the build for simulator: modifying makefile to not link against libdl.
by Jean-Michel Trivi
· 16 years ago
b2decbe
Merge change 2515 into donut
by Android (Google) Code Review
· 16 years ago
a042a74
Adding the TtsService class for text-to-speech synthesis.
by Charles Chen
· 16 years ago
700ec65
Adding java/jni code for the Java TTS SynthProxy class, which relays calls from the TTS service to the native TTS plugin library.
by Jean-Michel Trivi
· 16 years ago
e74d507
Adding proxy class to communicate with the TTS service through the ITts interface.
by Jean-Michel Trivi
· 16 years ago
2c0c2af
Add AIDL files for the TTS service and the associated callback service (to signal synthesis completion).
by Jean-Michel Trivi
· 16 years ago