isSpeaking method

bool isSpeaking()

TTS播放状态

Implementation

bool isSpeaking() {
  return __ttsPlayer.isSpeaking();
}