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

c# - Reactive Extensions ControlScheduler -

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

c++ - Why does Visual Studio Release build break on non-executing code line -