Audio Toolbox Convert File

Last Revision:
Version 3.1, 2016-09-29
Removed deprecation warnings and upgraded project to Xcode 8.0
(Full Revision History)
Build Requirements:
Xcode 8+, macOS 10.12 SDK
Runtime Requirements:
macOS 10.8 and later.

The ConvertFile application provides sample code for converting audio data using the two main conversion mechanisms in CoreAudio: the ExtAudioFile and AudioConverter C APIs.

The project contains two targets, one for conversion using ExtAudioFile, and one using AudioConverter. The application provides examples of how to read in a data file, process data input arguments, and provide those to the conversion APIs.