How to read wav file data frames in iOS

I am working on an iPad project (IOS 5) and I need to read the raw data frames of a WAV PCM file. An ideal solution would be a callback when reading a frame.

I have the following questions:

  • Is there a C library that I can use?

  • Is there already a specialized class C object (e.g. AVAudioPlayer)?

+3
source share

All Articles