AudioQueueTools

Last Revision:
Version 1.01, 2012-07-17
Analyzer errors are fixed
(Full Revision History)
Build Requirements:
Mac OS X v10.7 or later Xcode 4.3 or later
Runtime Requirements:
Mac OS X v10.7 or later

The AudioQueueTools project contains three targets for playing, recording, and rendering audio data via the AudioQueue API. aqplay takes an input file and plays it back using an output queue, aqrecord will record a file in a specified data format using an input queue, and aqrender will render an input file to a specified output file using the AudioQueue's offline render functionality. The examples provide a template for simple audio data manipulation using the AudioQueue API new to Leopard.