kstenerud / ObjectAL-for-iPhone

Mac and iOS Audio development, minus the headache. ObjectAL is the easy Objective-C interface to OpenAL, AVAudioPlayer, and audio session management.
http://kstenerud.github.com/ObjectAL-for-iPhone
886 stars 171 forks source link

Fixes #59. Change the loading order so that the AVAudioSession's category gets set ... #60

Closed commanda closed 10 years ago

commanda commented 10 years ago

...before we open the ALCDevice. Fixes an issue on iOS 7 where calling alcOpenDevice before a category is set will silence other app's music as though the category were AVAudioSessionCategorySoloAmbient (which is the default category).

kstenerud commented 10 years ago

Awesome! Thanks!