Searched refs:SynthesisCallback (Results 1 – 6 of 6) sorted by relevance
22 abstract class AbstractSynthesisCallback implements SynthesisCallback {
30 public interface SynthesisCallback { interface
197 SynthesisCallback callback); in onSynthesizeText()
1006 <li>{@link android.speech.tts.SynthesisCallback}: This is the interface by which your TTS engine1008 android.speech.tts.SynthesisCallback#start start()} to indicate that the engine is ready to deliver1009 the audio, then call {@link android.speech.tts.SynthesisCallback#audioAvailable audioAvailable()},1011 buffer, call {@link android.speech.tts.SynthesisCallback#done()}.</li>
18751 public abstract interface SynthesisCallback {18854 …t void onSynthesizeText(android.speech.tts.SynthesisRequest, android.speech.tts.SynthesisCallback);