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

ios - How do I use CFArrayRef in Swift? -

scala - Play Framework - how to bind form to a session field -

javascript - parsing json not working -