This website requires JavaScript.
Explore
Help
Register
Sign In
ADHOC
/
replicant-frameworks_native
Watch
3
Star
0
Fork
0
You've already forked replicant-frameworks_native
Code
Issues
5
Pull Requests
Releases
Wiki
Activity
58229dcf64
replicant-frameworks_native
/
tts
/
java
/
android
/
tts
History
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
..
ITts.aidl
Add AIDL files for the TTS service and the associated callback service (to signal synthesis completion).
2009-05-22 11:45:26 -07:00
ITtsCallback.aidl
Add AIDL files for the TTS service and the associated callback service (to signal synthesis completion).
2009-05-22 11:45:26 -07:00
SynthProxy.java
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
Tts.java
Adding proxy class to communicate with the TTS service through the ITts interface.
2009-05-27 10:36:30 -07:00
TtsService.java
Addressed comments of change 2515 for the TtsService class:
2009-06-02 15:09:51 -07:00