Contents

AVAudioSourceNode

An object that supplies audio data.

Declaration

class AVAudioSourceNode

Overview

The AVAudioSourceNode class allows for supplying audio data for rendering through AVAudioSourceNodeRenderBlock. It’s a convenient method for delievering audio data instead of setting the input callback on an audio unit with kAudioUnitProperty_SetRenderCallback.

Topics

Creating an Audio Source Node

See Also

Rendering