Reply To: [how to]openears multiple statement to speech

Home Forums OpenEars [how to]openears multiple statement to speech Reply To: [how to]openears multiple statement to speech

#1021103
Halle Winkler
Politepix

fliteDidFinishSpeaking is an OpenEarsEventsObserver delegate method that is called when FliteController has finished speaking a phrase. There are examples of how all the OpenEarsEventsObserver delegates work in the sample app, and you can do further research on how delegate callbacks work in Objective-C if you aren’t sure how to make use of delegates. The Apple developer site has good documentation about what delegates are and how they work.