Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
base
/
9ac95783fc5aab204077d7c81e17e1b4f8afb3c1
/
tts
4b8e185
Simplify the TTS for Donut release
by Charles Chen
· 15 years ago
21a6a6d
Moving the Tts java class from the android.tts package to the android.speech.tts package.
by Jean-Michel Trivi
· 15 years ago
83e712a
Updating TtsEngine.h and SynthProxy.cpp so that buffer memory
by Charles Chen
· 15 years ago
8aeac94
Cleaning up makefile for libttssynthproxy for the simulator.
by Jean-Michel Trivi
· 15 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
· 15 years ago
78ebbab
Addressed comments of change 2515 for the TtsService class:
by Jean-Michel Trivi
· 15 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
· 15 years ago
30b70ce
Trying to fix the build for simulator: modifying makefile to not link against libdl.
by Jean-Michel Trivi
· 15 years ago
b2decbe
Merge change 2515 into donut
by Android (Google) Code Review
· 15 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