From f41e1f808fbcf9014c0a5668fba4eff6dd051366 Mon Sep 17 00:00:00 2001 From: Bjorn Bringert Date: Mon, 14 Mar 2011 18:42:10 +0000 Subject: 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 --- pico/tts/com_svox_picottsengine.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pico/tts/com_svox_picottsengine.cpp') diff --git a/pico/tts/com_svox_picottsengine.cpp b/pico/tts/com_svox_picottsengine.cpp index 7ac4ec7..6c05d00 100644 --- a/pico/tts/com_svox_picottsengine.cpp +++ b/pico/tts/com_svox_picottsengine.cpp @@ -40,10 +40,12 @@ #include #include /* for strlen16 */ #include -#include +#include + #include #include #include + #include "svox_ssml_parser.h" using namespace android; -- cgit v1.1