Home › Forums › OpenEars › Audio driver issues in combination with AirPlay › Reply To: No speech detection after a while, and then crash
October 12, 2012 at 4:47 pm
#11589
Ferm
Participant
I do not get any delegate calls after pocketsphinxDidStartListening. Nothing happens.
I do not get fail until I stop and start. So I cannot react to it programmatically.
If I react to the “nothing happens” by pressing a ui button manually to stop and start the listening (2) and (3) then I get the crash.
But stopping listening in (5) as a respons to pocketSphinxContinuousSetupDidFail seemed to fix the crash. Thank you.
So I can get it to work again if I manually restart after (1) then wait for it to fail and stop, and then manually start.