views:

33

answers:

1

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?

A: 

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

Art Gillespie