Home › Forums › OpenEars › trying to use two "say" statements › Reply To: trying to use two "say" statements
August 12, 2014 at 4:54 pm
#1022181
Halle Winkler
Politepix
Welcome,
When you say a statement, it stops an existing statement and overrides it, so if you say two simultaneously, only the second one will be heard. If you want to play multiple statements, you have to wait for the fliteDidFinishSpeaking callback from OpenEarsEventsObserver before calling the next one.