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

Need to flush buffer when seeking in paused state #25

Closed HiveHicks closed 10 years ago

HiveHicks commented 10 years ago

If the engine is in paused state and seekToTime: is called, some portion of audio from the previous position is played on resume.

ap4y commented 10 years ago

Thanks for reporting, I will take a look at the end of the week.