Reply To: Notify when TTS has finish

Home Forums OpenEars Notify when TTS has finish Reply To: Notify when TTS has finish

#1017530
Halle Winkler
Politepix

Welcome,

You can use the OpenEarsEventsObserver delegate method fliteDidFinishSpeaking to receive a callback when speech has completed (check out the OpenEarsEventsObserver section of the tutorial or its section in the PDF docs). FliteController can’t interrupt speech via a public API method but you can try sending [self.fliteController interruptTalking] which should stop speech.