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

/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java229 * {@link TextToSpeech#speak} and {@link TextToSpeech#synthesizeToFile} to modify
554 * @see TextToSpeech#synthesizeToFile(String, HashMap, String)
585 * @see TextToSpeech#synthesizeToFile(String, java.util.HashMap, String)
603 * @see TextToSpeech#synthesizeToFile(String, java.util.HashMap, String)
1282 * {@link TextToSpeech#synthesizeToFile(String, java.util.HashMap, String)}.
1817 * @return {@link #ERROR} or {@link #SUCCESS} of <b>queuing</b> the synthesizeToFile operation.
1819 public int synthesizeToFile(final CharSequence text, final Bundle params, method in class:TextToSpeech
1847 }, ERROR, "synthesizeToFile");
1871 * @return {@link #ERROR} or {@link #SUCCESS} of <b>queuing</b> the synthesizeToFile operation.
1873 * {@link #synthesizeToFile(CharSequenc
1876 public int synthesizeToFile(final String text, final HashMap<String, String> params, method in class:TextToSpeech
[all...]
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
H A DScoAudioTest.java577 Log.e(TAG, "synthesizeToFile did not create file");
620 mTts.synthesizeToFile(mSpeakText.getText().toString(), mTtsParams, mSampleFile.getPath());

Completed in 129 milliseconds