Hi,
I'm using AudioServices to play a sound in my app:
AudioServicesCreateSystemSoundID (soundFileURLRef,&soundFileObject );
and then
AudioServicesPlaySystemSound (soundFileObject);
The sound plays but because I need to play it frequently (its 0.24 seconds long) I get a strange unnatural sounding repetition.
You can hear it at http://testing.lukem.co.uk/Simulator/Simulator.html
The other noise is me adjusting the volume - oops.
Thanks!