This website requires JavaScript.
Explore
Help
Sign In
drgreen
/
android_frameworks_base
Watch
1
Star
0
Fork
0
You've already forked android_frameworks_base
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
android_frameworks_base
/
tts
/
java
/
android
/
tts
History
Jean-Michel Trivi
1f4b92a2d6
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