I want to play music from file using AudioToolbox and loop it. I can't use AVFoundation because it is not available on Snow Leopard.
I have downloaded AudioStreamer class and modified it so it plays sound from local file, but I can not loop it.
Help please.