Search code examples
objective-cloopsclicknssound

NSSound audible clicks on loop


I have an NSSound that is looping, and every time it loops there is an audible 'click' sound when it replays.

I'm using these methods:

[sound play];
[sound setLoops:YES];

Is there any way to get rid of this click? I have tried to alter the wav file it is playing so that it 'fades out' at the end but it doesn't seem to be changing anything.

Thanks heaps. :)


Solution

  • Problem was in my wav files. Sorted now :)