I am exporting an iPod song to the documents directory of my application using AVFoundation. Then when the file is done exporting I open the file using AudioToolbox, extended audio services in particular.
However once I created the ExtAudioFileRef and I try to get the property Audio file data format, it returns -1, or in other words: No can do.
When I download the exported file, put it in my resources folder and try again with the same code, it does work.
What am I missing here?
ExtAudioFileRefand extract the property? – Rob Keniger Nov 23 '11 at 1:43