How to convert the CODEC : AAC to AIFF in cocoa application?

113 Views Asked by At

I'm exporting the audio file(AIFF) from .mov using AVExportSession. The movie format is in AAC codec format. I would like to convert and write the audio file in AIFF Codec format ( i.e AAC codec to AIFF).

I have tried to implement using AVExportSession but it's not helpful.

Please anyone advice on the API to implement the conversion of codec AAC to AIFF.

0

There are 0 best solutions below