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.