I need to loop play a .caf file in my iPhone app.
The AVAudioPlayer looks promising. But there\'s one problem. It won\'t stop or mute even if I pressed the mute button o
From docs:
So basically you just have to figure out which Audio Session category suits your need.