android离线合成,使用speak播放合成的语句,我想在中途停止播放,该如何做?
mSpeechSynthesizer.pause(); mSpeechSynthesizer.resume();
调用这两个方法
chancecore:
回复chancecore:看下demo中的pause和stop
mSpeechSynthesizer.pause();
mSpeechSynthesizer.resume();
调用这两个方法
chancecore:
android离线合成,使用speak播放合成的语句,我想在中途停止播放,该如何做?
回复chancecore:看下demo中的pause和stop