Weird sound artefacts (occasional "clicking" sounds) for AAC audio files in 3.0
Has anyone experienced problems with AAC audio files in AVAudioPlayer of XCode under 3.0 only?
My app contains hundreds of small audio files, compressed to MPEG-4 standard. Testing the compressed files outside of XCode shows that they are free from unwanted "clicking" sound artefacts, but when imported to XCode (using version 3.0), some (not all) of the short sound files exhibit these clicking noises, effectively rendering them unsatisfactory for the finished product.
However, building the app in 3.1 does NOT create these sound artefacts!!! This leads me to conclude that it is 3.0 which is creating these errors in my sound files.
Does anyone know how to work around these audio problems in 3.0? Any help appreciated.
|