Reply To: [pocketsphinxController stopListening]error.

Home Forums OpenEars [pocketsphinxController stopListening]error. Reply To: [pocketsphinxController stopListening]error.

#1026292
Halle Winkler
Politepix

Hello,

This originates somewhere else in your app (probably your AVAudioPlayer code). OpenEars never sets a speaker-only route and it doesn’t send any route changes on stop.

You have a custom audio session manager, which is probably creating a complicated situation since OpenEars also has an audio session manager. Check into what your custom audio session manager is doing, and what your playback code for your AVAudioSession does to the audio session.