2013-05-16 49 views

回答

1

一旦你有一個有效的TTS引擎,如下創建:

TextToSpeech tts = new TextToSpeech(context, onInitListener); 

如果你

tts.speak("sentence", TextToSpeech.QUEUE_FLUSH, null); 

,將刷新TTS隊列,並說sentence立竿見影。

2

只要調用tts.stop()隊列就會被刷新