zoul / Finch

Simple, low-latency OpenAL sound engine for Apple iOS.
http://github.com/zoul/Finch/
MIT License
435 stars 345 forks source link

Add soundDidFinishPlaying callback #8

Closed zoul closed 11 years ago

zoul commented 14 years ago

Quite often requested feature. Could be probably faked using performSelector:withObject:afterDelay:, see Stack Overflow.

zoul commented 14 years ago

…but we’d have to account for pitch/speed changes.

zoul commented 11 years ago

Won’t do.