Contents

applied(to:eventHandler:)

Performs conversion of the input audio buffer.

Declaration

func applied(to input: AVAudioPCMBuffer, eventHandler: EventHandler? = nil) throws -> AVAudioPCMBuffer

Parameters

  • input:

    The audio buffer that will be converted.

  • eventHandler:

    An event handler.

Return Value

An output audio buffer by converting the input buffer to the targetFormat.