{\rtf1\mac\ansicpg10000\cocoartf824\cocoasubrtf100 {\fonttbl\f0\fswiss\fcharset77 Helvetica;\f1\fmodern\fcharset77 Courier;\f2\fswiss\fcharset77 Helvetica-Bold; } {\colortbl;\red255\green255\blue255;} \vieww12420\viewh14680\viewkind0 \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural \f0\fs36 \cf0 AudioFileTools\ \fs24 \ This project contains a collection of sample command-line tools that demonstrate use of the AudioFile, AudioConverter, AudioFormat, and AudioUnit APIs. Most make heavy use of the CAAudioFile class (in PublicUtility/AudioFile-new).\ \ Note that CAAudioFile.h is conditionalized with \f1 \CocoaLigature0 CAAF_USE_EXTAUDIOFILE \f0 \CocoaLigature1 . If this symbol is defined and non-zero, the CAAudioFile implementation uses the ExtendedAudioFile API set introduced in Tiger. Otherwise, CAAudioFile carries its own similar implementation, which is deployable on Panther systems. If your build environment does not define this symbol, the header automatically defines it based on the Mac OS deployment build settings. The "-Tiger+" build styles in this project define the Mac OS deployment target to 10.4 and will thus use ExtendedAudioFile. The "-Panther" build styles do not define a Mac OS deployment target and thus do not use ExtendedAudioFile.\ \ The tools include:\ \ \f2\b afconvert \f0\b0 - reads one audio file, writes it to another format. Good example of the power of CAAudioFile and use of the AudioConverter for codecs.\ \ \f2\b afinterleave \f0\b0 - creates an interleaved file from 2 or more input files\ \ \f2\b afplay \f0\b0 - plays an audio file (can be encoded)\ \ \f2\b afrecord \f0\b0 - records an audio file (record format is hardcoded)\ \ \f2\b audioformats \f0\b0 - demonstrates some uses of the AudioFormat and AudioFile APIs.\ \ \f2\b qtaacdecode \f0\b0 - this has been removed. Please see the QT SDK's examples for using their AudioExtraction API\ \ \f2\b auprocess \f0\b0 - processes an audio file with an Audio Unit and generates a new file. Illustrates the usage of the CAAUProcessor class, which presents a wrapper class around using any AU in either a real-time or offline context}