1. 8aeac94 Cleaning up makefile for libttssynthproxy for the simulator. by Jean-Michel Trivi · 16 years ago
  2. 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
  3. 78ebbab Addressed comments of change 2515 for the TtsService class: by Jean-Michel Trivi · 16 years ago
  4. 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
  5. 30b70ce Trying to fix the build for simulator: modifying makefile to not link against libdl. by Jean-Michel Trivi · 16 years ago
  6. b2decbe Merge change 2515 into donut by Android (Google) Code Review · 16 years ago
  7. a042a74 Adding the TtsService class for text-to-speech synthesis. by Charles Chen · 16 years ago
  8. 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
  9. e74d507 Adding proxy class to communicate with the TTS service through the ITts interface. by Jean-Michel Trivi · 16 years ago
  10. 2c0c2af Add AIDL files for the TTS service and the associated callback service (to signal synthesis completion). by Jean-Michel Trivi · 16 years ago