Searched defs:synthesizeToFile (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java167 * {@link TextToSpeech#speak} and {@link TextToSpeech#synthesizeToFile} to modify
435 * @see TextToSpeech#synthesizeToFile(String, HashMap, String)
466 * @see TextToSpeech#synthesizeToFile(String, java.util.HashMap, String)
879 * {@link TextToSpeech#synthesizeToFile(String, java.util.HashMap, String)}.
1089 public int synthesizeToFile(final String text, final HashMap<String, String> params, method in class:TextToSpeech
1094 return service.synthesizeToFile(getPackageName(), text, filename,
1097 }, ERROR, "synthesizeToFile");

Completed in 52 milliseconds