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

Playing MP3 crashes #76

Open veikoherne opened 8 years ago

veikoherne commented 8 years ago

When starting to play MP3 files from local disk, the player crashes in iOS simulator on libobjc.A.dylib objc_release from thread. Interestingly, when I started to debug it by putting breakpoint in ORGMInputUnit.m process, it was giving me some timeout errors and never crashed (played MP3's fine). Any idea, how do I fix this problem as my customer want's to use this player and play FLAC and MP3 formats. FLAC plays fine. My xCode is latest 7.2.

daria-kopaliani commented 8 years ago

I might be having the same issue, I get heap buffer overflow on ExtAudioFileRead.