From b4fbe768f8bfb2550dec100e29d0edc09b8a051a Mon Sep 17 00:00:00 2001 From: Charles Chen Date: Wed, 18 Nov 2009 16:34:32 -0800 Subject: [PATCH] Adding the ability to specify the speech synthesis engine to use for text-to-speech. --- api/current.xml | 13 ++++++ core/java/android/speech/tts/ITts.aidl | 4 +- .../java/android/speech/tts/TextToSpeech.java | 40 +++++++++++++++++++ .../src/android/tts/TtsService.java | 11 +++++ 4 files changed, 67 insertions(+), 1 deletion(-) diff --git a/api/current.xml b/api/current.xml index db6bfb7447b2b..eb52977633f8b 100644 --- a/api/current.xml +++ b/api/current.xml @@ -124607,6 +124607,19 @@ + + + +