Hi,
I went over the FAQ and forum a couple of times and saw some info about using multiple Audio frameworks and all the related problems. Basically due to the AVAudioSession limitation. I cannot run OpenEars and another audio library at the same time which I understand.
Though, I still have a question. Is there a simple way of deactivating OpenEars (OEPocketsphinxController) entirely so that it wouldn’t listen or use any audio feature at all (no AVAudioSession, etc.)?
My use case needs either Speech Recognition (OpenEars) or an Audio Player (EZAudioPlayer). I don’t need to connect the two nor to use them at the same time. They are mutually exclusive but they are offered as features in the same app. How can I properly deactivate the speech recognition so that I can start using the audio player?
Notes: I started from the sample app available.
Thanks a lot!