Reply To: rapidEarsDidReceiveLiveSpeechHypothesis not firing

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

#1032484
jepjep7
Participant

After I pasted your fix, I received the error: “Type ‘ViewController’ does not conform to protocol ‘OEEventsObserverRapidEarsDelegate’ Do you want to add the protocol stubs?”

I pressed “fix”, and xcode added 6 more functions. I was then able to compile.

Next, I tried the line: “OEPocketsphinxController.sharedInstance().startRealtimeListeningWithLanguageModel(atPath: lmPath, dictionaryAtPath: dicPath, acousticModelAtPath: OEAcousticModel.path(toModel: “AcousticModelEnglish”))”

When I run this, I receive the error message “XPC connection interrupted”, and my project quits.

Do you have any idea how to fix this?

Thanks,
Joe