ap4y / OrigamiEngine

Lightweight audio engine for iOS and OSX with flac, cue, mp3, m4a, m3u support.
http://ap4y.github.com/OrigamiEngine/
MIT License
545 stars 118 forks source link

Background audioSupport for FLAC files #28

Closed koztay closed 10 years ago

koztay commented 10 years ago

The audio stops when application goes background for FLAC files, but it works pretty well when playing MP3 files.

koztay commented 10 years ago

I have solved the problem. This was caused by a buggy code in my app. Sorry...

ap4y commented 10 years ago

Sorry that I didn't response in time. I assume you had this issues with iOS, in this case it's up to you to setup background mode and audio session correctly in order to do background playback. Glad that you were able to resolve this issue