Commit Graph

10 Commits

Author SHA1 Message Date
Jean-Michel Trivi
ecd485bd3e Cleaning up makefile for libttssynthproxy for the simulator. 2009-06-03 09:43:14 -07:00
Jean-Michel Trivi
759284dbfd 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
17e136108c 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
4527ac8e7d 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
8fa8518279 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
e467ddc293 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
24d41dc57a Adding the TtsService class for text-to-speech synthesis. 2009-06-02 09:57:53 -07:00
Jean-Michel Trivi
13a728edc6 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
1cfc02fbb9 Adding proxy class to communicate with the TTS service through the ITts interface. 2009-05-27 10:36:30 -07:00
Jean-Michel Trivi
a4e40fa924 Add AIDL files for the TTS service and the associated callback service (to signal synthesis completion). 2009-05-22 11:45:26 -07:00