AVAudioNodeTapBlock
The block that receives copies of the output of an audio node.
Declaration
typealias AVAudioNodeTapBlock = (AVAudioPCMBuffer, AVAudioTime) -> VoidParameters
- buffer:
A buffer of audio the system captures from the output of an audio node
. - when:
The time the system captures the buffer.