Reply To: change AVAudioSessionCategory

Home Forums OpenEars change AVAudioSessionCategory Reply To: change AVAudioSessionCategory

#10812
Halle Winkler
Politepix

Hi,

There’s no built-in mechanism for changing the audio session category inside the framework (in fact, it’s required by the framework that you let it set its own audio session settings for good results) but you can always make your own calls to the audio session using standard AVAudioSession methods in parts of your app which don’t need to actively use OpenEars classes.