Contents

AVAudioNodeTapBlock

The block that receives copies of the output of an audio node.

Declaration

typealias AVAudioNodeTapBlock = (AVAudioPCMBuffer, AVAudioTime) -> Void

Parameters

  • buffer:

    A buffer of audio the system captures from the output of an audio node.

  • when:

    The time the system captures the buffer.

Discussion

See Also

Installing and Removing an Audio Tap