Reply To: pocketsphinxDidReceiveHypothesis not called on device – no problem in simulator

Home Forums OpenEars pocketsphinxDidReceiveHypothesis not called on device – no problem in simulator Reply To: pocketsphinxDidReceiveHypothesis not called on device – no problem in simulator

#1030387
RV
Participant

That was the problem indeed, I had to set [[AVAudioSession sharedInstance] setCategory: AVAudioSessionCategoryPlayAndRecord error:&setCategoryErr];

Thanks again!