AUTimePitchTest

Last Revision:
Version 1.0.1, 2012-08-21
Updated for Xcode 4.4.
(Full Revision History)
Build Requirements:
OS X 10.7 or later SDK, Xcode 4.4 or later.
Runtime Requirements:
OS X 10.7 or later

AUTimePitchTest demonstrates how to build an Audio Unit Graph connecting an AUConverter to a MultiChannel Mixer to the AUTimePitch audio unit then to the Default Output unit.

The AUTimePitch unit can be used to speed up or slow down audio data without changing pitch to facilitate for example, the playing back of an audio book faster or slower than real-time. The same concepts and Core Audio specific APIs demonstrated in this sample may be applied to and used with iOS applications with only minor modification for available audio unit types.

See the included ReadMe.txt file for more information.