Home › Forums › OpenEars plugins › rapidEarsDidDetectLiveSpeechAsWordArray not being called › Reply To: rapidEarsDidDetectLiveSpeechAsWordArray not being called
February 5, 2015 at 5:12 pm
#1024710
foobar8675
Participant
Thank you Halle.
I believe I have implemented as per the docs since the the first two delegate callbacks from my initial post are being called. The issue is the second two delegate callbacks are not being called.
Just to double check things, I went through the following steps :
– I added the import for #import <RapidEarsDemo/OEEventsObserver+RapidEars.h>
– made sure OEEventsObserver is a property
– I double checked that I am using startRealtimeListeningWithLanguageModelAtPath instead of startListeningWithLanguageModelAtPath