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 117 forks source link

Fixes an issue when partially playing 120+ local files breaks Origami En... #35

Closed daria-kopaliani closed 10 years ago

daria-kopaliani commented 10 years ago

...gine

(close method was never called for ORGMInputUnits (therefore for its decoder's source) so after "skipping trough" a lot of local files we get "too many open files" error)

ap4y commented 10 years ago

Hi @daria-kopaliani. Yeah I noticed it couple weeks ago, I fixed it locally, but forgot to push it. I will fix it today. Sorry about that.

ap4y commented 10 years ago

should be resolve in master. thanks for the report and PR