Version: 1.0

Posted: 2009-04-15

Build Requirements: Mac OS X v10.6 or later

Runtime Requirements: Mac OS X v10.6 or later

View Source Code:

Download Sample Code (“ConvertFile.zip”, 14.1K)



Description

The ConvertFile application provides sample code for converting audio data using the two main conversion mechanisms in CoreAudio: the ExtAudioFile and AudioConverter API. The projecct 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.

Document Revision History

Date Notes
2009-04-15Sample application for converting file data using the ExtAudioFile and AudioConverter API