Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restructuring the TTS files so that it works as a Service | Charles Chen | 2009-06-10 | 6 | -1637/+0 |
| | |||||
* | Simplify the TTS for Donut release | Charles Chen | 2009-06-08 | 2 | -127/+76 |
| | |||||
* | Moving the Tts java class from the android.tts package to the ↵ | Jean-Michel Trivi | 2009-06-08 | 1 | -605/+0 |
| | | | | | | | android.speech.tts package. The Tts class (still hidden at this point) is the only Text-To-Speech class that will be exposed to application developers. | ||||
* | Updating TtsEngine.h and SynthProxy.cpp so that buffer memory | Charles Chen | 2009-06-05 | 1 | -9/+30 |
| | | | | management is handled on the system side. | ||||
* | Cleaning up makefile for libttssynthproxy for the simulator. | Jean-Michel Trivi | 2009-06-03 | 1 | -7/+4 |
| | |||||
* | Corrected the name of the native library the SynthProxy class loads ↵ | Jean-Michel Trivi | 2009-06-02 | 1 | -1/+1 |
| | | | | (libttssynthproxy instead of libsynthproxy) to match the lib name from frameworks/base/tts/jni/Android.mk. | ||||
* | Addressed comments of change 2515 for the TtsService class: | Jean-Michel Trivi | 2009-06-02 | 1 | -635/+635 |
| | | | | | | - made the SpeechItem and SoundResource inner classes static, - prefixed the TtsService member variables by 'm', - changed indentation from 2 to 4 characters. | ||||
* | Trying to fix sim-eng build: when building the simulator on linux, link ↵ | Jean-Michel Trivi | 2009-06-02 | 1 | -0/+4 |
| | | | | (only) with libdl, as opposed to also making libdl a build target. | ||||
* | Trying to fix the build for simulator: modifying makefile to not link ↵ | Jean-Michel Trivi | 2009-06-02 | 1 | -1/+5 |
| | | | | against libdl. | ||||
* | Merge change 2515 into donut | Android (Google) Code Review | 2009-06-02 | 1 | -0/+783 |
|\ | | | | | | | | | * changes: Adding the TtsService class for text-to-speech synthesis. | ||||
| * | Adding the TtsService class for text-to-speech synthesis. | Charles Chen | 2009-06-02 | 1 | -0/+783 |
| | | |||||
* | | Adding java/jni code for the Java TTS SynthProxy class, which relays calls ↵ | Jean-Michel Trivi | 2009-06-01 | 3 | -0/+793 |
| | | | | | | | | from the TTS service to the native TTS plugin library. | ||||
* | | Adding proxy class to communicate with the TTS service through the ITts ↵ | Jean-Michel Trivi | 2009-05-27 | 1 | -0/+605 |
|/ | | | | interface. | ||||
* | Add AIDL files for the TTS service and the associated callback service (to ↵ | Jean-Michel Trivi | 2009-05-22 | 2 | -0/+86 |
signal synthesis completion). |