ap4y/OrigamiEngine

Background audio support

HiveHicks opened this issue · 1 comments

Now the audio keeps stopping whenever I switch to another app.

Ooops, seems like it has nothing to do with the library. Just setting the appropriate audio session category before using ORGMEngine works great

[[AVAudioSession sharedInstance] setCategory:AVAudioSessionCategoryPlayback error:&error];