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 -

c# - Updated Castle to 3.2.1 from 3.0.0 now I cant use FirstNonGenericCoreInterface -

ios - How to determine if NSLayoutConstraint is horizontal or vertical? -