MicInputProviderDelegate

public protocol MicInputProviderDelegate : AnyObject

An delegate to processing audio buffers.

  • Tells the delegate that the audio buffer has been received.

    Declaration

    Swift

    func micInputProviderDidReceive(buffer: AVAudioPCMBuffer)

    Parameters

    buffer

    The new audio buffer.