I'm trying to use the Audio File Services from the AudioToolBox framework to get the raw data from a wav file. Specifically, I'm using AudioFileReadBytes() call to get the bytes. Here is the relevant code I have:I'm trying to use the Audio File Services from