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

ORGMEngineDelegate engineExpectsNextUrl: doesn't wait for the current track to finish #6

Closed lawicko closed 11 years ago

lawicko commented 11 years ago

The docs say: "If nil or incorrect url is provided, than engine will switch to the stop state at the end of the current track."

But what really happens is the current track is stopped when this method returns, so it never plays until the end.

I tested it on both simulator and iPhone5, on iOS 6.1.4

ap4y commented 11 years ago

fixed in #9