Hi,
I'm playing multiple wav files (I tried using caf but same thing happen) with AVAudioPlayer. All the files are less than 2 sec, and 16 bit sound - file size is ~40kb.
I found it makes small noise (it's hard to describe, but a small sound like 'dub') in two cases:
1) when a play is paused or stopped while playing.
2) when a play finishes while another sound is playing (no noise when a sole player finishes its playing)
The noise is not loud, but when I do this play a lot in my app and it really annoys. It happens both in simulator and iphone.
I searched web really hard but couldn't find any similar issues, and I really wonder what the problems are. Any ideas are appreciated. Thanks.