| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I0a3dcd2f6e983b09e93eabb529b56c3de5a9c0f7
|
|
|
|
|
|
| |
Bug: 5010576
Change-Id: Ia539a6a831a7d500d0c5336438e0bc0ff5854bf0
|
|
|
|
| |
Change-Id: I6b5b81dc2c18d8a2b96074080304bfbdbc479fdc
|
|
|
|
|
| |
bug:4476001
Change-Id: I14f4c5d803fc95bcaf11bc3ac182df4133083281
|
|
|
|
|
|
|
|
| |
This allows folks to depend on libttspico_static and just
call getTtsEngine() directly instead of all the dlopen()
dlsym() business.
Change-Id: I7b5b6c94d08b95ade9ba9c995e4bd2a862acdfb6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Requires TTS engine API added in
change I7614ff788e11f897e87052f684f1b4938d539fb7
The compatibility layer in
pico/compat/src/com/android/tts/compat/SynthProxy.java
pico/compat/jni/com_android_tts_compat_SynthProxy.cpp
is based on these files removed from the old TTS engine framework:
frameworks/base/packages/TtsService/src/android/tts/SynthProxy.java
frameworks/base/packages/TtsService/jni/android_tts_SynthProxy.cpp
Bug: 4150618
Change-Id: I7a2cca6b5cfbac6158a87fad69cc796140adb2f3
|
|
|
|
|
| |
Change-Id: I987cf0645cd1281e499426a29c82bdebd74f733b
Signed-off-by: Iliyan Malchev <malchev@google.com>
|
|
|
|
| |
Change-Id: I109b34edc12547c644f546c4aaabbc8536579d62
|
|
|
|
|
|
|
|
|
|
| |
The build system does not honor user tags on apps,
and setting it is misleading.
This removes the confusion by making the makefiles
behave like they read.
Change-Id: Idb2afba98635dd41092cad0eb7432516b048bf67
|
|
|
|
|
| |
copied both to /system/lib and the PicoTts.apk (where it gets installed
to /data/data/com.svox.pico/lib/).
|
|
|
|
|
|
|
| |
- Fix a bug where TTS_SYNTH_DONE was signaled to the TTS service synth proxy
even though the synthesis wasn't done (more data to be played).
- Deprecated the synthesizeIPA() function as it will be supported by the
phoneme tag in synthesize().
|
|
|