0

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. :)

Moonlight293
  • 197
  • 1
  • 5
  • 13

1 Answers1

0

Problem was in my wav files. Sorted now :)

Moonlight293
  • 197
  • 1
  • 5
  • 13