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?

link|improve this question

1  
Can you post the code you're using to create the ExtAudioFileRef and extract the property? – Rob Keniger Nov 23 '11 at 1:43
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.