I'm trying to learn about manipulating audio on iOS and I have been reading a lot on Apple's developer pages. However, I have reached a point at which I have an AudioBuffer and I'm not sure what to do with it. I know it contains an mData buffer but I have no idea what that contains. I have looked around for what a "buffer of audio data," as the reference describes it, but I still do not seem to understand what that is.
Also, the mData seems to be of type void which I gather may be cast as the type for the specific audio contained. I guess I'm not certain how to know what to cast this as either.