Reply To: rapidEarsDidReceiveLiveSpeechHypothesis not firing

Home Forums OpenEars plugins rapidEarsDidReceiveLiveSpeechHypothesis not firing Reply To: rapidEarsDidReceiveLiveSpeechHypothesis not firing

#1032486
jepjep7
Participant

PS. I just tried the demo version, and that is working for me. The only think two lines I changed were in the bridge header file:

#import <RapidEars/OEPocketsphinxController+RapidEars.h>
to
#import <RapidEarsDemo/OEPocketsphinxController+RapidEars.h>

and
#import <RapidEars/OEEventsObserver+RapidEars.h>
to
#import <RapidEarsDemo/OEEventsObserver+RapidEars.h>

Do you think the error is caused by my framework?
Thanks