Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm developing an iphone app that records audio, right now it records aiff files, I need to convert these files to aac... any idea how to do this?

share|improve this question

1 Answer

Apple provides iOS sample code for the ExtAudioFile API that handles conversion: iPhoneExtAudioFileConvertTest

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.