I\'m working on a project on the iPhone where I\'m recording audio from the device mic using AVAudioRecorder, and then will be manipulating the recording.
What's the name of the file you're recording to on disk? I had a similar problem and just solved it by tacking on .wav to the end of my filename... I guess AVAudioRecorder needs an extension to figure things out.