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