Contents

AVAudioUnitTimeEffect

An object that processes audio in nonreal time.

Declaration

class AVAudioUnitTimeEffect

Overview

A time effect audio unit represents an AVAudioUnit with a type kAudioUnitType_FormatConverter (aufc). These effects don’t process audio in real time. The AVAudioUnitVarispeed class is an example of a time effect unit.

Topics

Creating a time effect

Getting and setting the time effect

See Also

Time effects