Contents

appendAudioSampleBuffer(_:)

Appends audio to the end of the recognition request.

Declaration

func appendAudioSampleBuffer(_ sampleBuffer: CMSampleBuffer)

Parameters

  • sampleBuffer:

    A buffer of audio.

Discussion

The audio must be in a native format.

See Also

Appending Audio Buffers