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


I am exporting the audio file (AIFF). AVExportSession using MOV Movie format is in AAC codec format. I would like to change and write audio file in AIFF codec format (i.e. aac codec AIFF).

I have tried using AVExportSession, but this is not useful.

Please give any advice to the API for implementing AIFF conversion from API AAC.


Comments

Popular posts from this blog

python - rpy2 import is not working -

javascript - How to get MySQL query result returned using $.ajax -

c++ - How to load a bitmap from file into the samples buffer -