public static interface NacTextToSpeech.OnSpeakingListener
Modifier and Type | Method and Description |
---|---|
void |
onDoneSpeaking(NacTextToSpeech tts,
NacAudio.Attributes attrs)
Called when speech engine is done speaking.
|
void |
onStartSpeaking(NacTextToSpeech tts,
NacAudio.Attributes attrs)
Called when speech engine has started speaking.
|
void onDoneSpeaking(NacTextToSpeech tts, NacAudio.Attributes attrs)
void onStartSpeaking(NacTextToSpeech tts, NacAudio.Attributes attrs)