I have an NSSound that is looping, and every time it loo开发者_如何学编程ps 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. :)
Problem was in my wav files. Sorted now :)
精彩评论