History log of /external/svox/pico/compat/jni/com_android_tts_compat_SynthProxy.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
31a809cefabaafd5b82574df08615855f1019a43 06-Jan-2012 Steve Block <steveblock@google.com> Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE

See https://android-git.corp.google.com/g/#/c/157220

Bug: 5449033
Change-Id: I24cb51849561ed5ebe3d8f87bd62deb034b86244
/external/svox/pico/compat/jni/com_android_tts_compat_SynthProxy.cpp
d79748518477851b8f68b9744db844e0ec8d6727 08-Jun-2011 Narayan Kamath <narayan@google.com> Update pico to use the new TTS API.

Change-Id: Ied389be15bfcd1a1c3ed289a0b1d6c7f7913629a
/external/svox/pico/compat/jni/com_android_tts_compat_SynthProxy.cpp
7ffd31ba2584359996e04cd3d4d92f810d651066 19-May-2011 Narayan Kamath <narayan@google.com> Break dependency between pico and the audio system.

The TTS engine should use only TTS defined constants, and
not constants from the audiosystem. This happened to work
because PCM_16_BIT in native was the same as DEFAULT in
java, which happened to be PCM_16_BIT.

Change-Id: I0f43a46afff8c45d1eb18c1beaab62dce87b8055
/external/svox/pico/compat/jni/com_android_tts_compat_SynthProxy.cpp
f41e1f808fbcf9014c0a5668fba4eff6dd051366 14-Mar-2011 Bjorn Bringert <bringert@android.com> Port Pico to new TTS engine API

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
/external/svox/pico/compat/jni/com_android_tts_compat_SynthProxy.cpp