am 77cb40a0: Merge change 5447 into donut
Merge commit '77cb40a0b088b02357fbc7d5fad24886d607f0da' * commit '77cb40a0b088b02357fbc7d5fad24886d607f0da': Adding skeleton methods for IPA support.
This commit is contained in:
committed by
The Android Open Source Project
commit
eaab836e7f
@@ -33,6 +33,8 @@ interface ITts {
|
||||
|
||||
void speak(in String text, in int queueMode, in String[] params);
|
||||
|
||||
void speakIpa(in String ipaText, in int queueMode, in String[] params);
|
||||
|
||||
boolean isSpeaking();
|
||||
|
||||
void stop();
|
||||
@@ -43,7 +45,9 @@ interface ITts {
|
||||
|
||||
void setLanguage(in String language, in String country, in String variant);
|
||||
|
||||
boolean synthesizeToFile(in String text, in String[] params, in String outputDirectory);
|
||||
boolean synthesizeToFile(in String text, in String[] params, in String outputDirectory);
|
||||
|
||||
boolean synthesizeIpaToFile(in String ipaText, in String[] params, in String outputDirectory);
|
||||
|
||||
void playEarcon(in String earcon, in int queueMode, in String[] params);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user