ap4y/OrigamiEngine

Background audioSupport for FLAC files

koztay opened this issue · 2 comments

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

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

ap4y commented

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