Contents

append(_:)

Appends audio in the PCM format to the end of the recognition request.

Declaration

func append(_ audioPCMBuffer: AVAudioPCMBuffer)

Parameters

  • audioPCMBuffer:

    An audio buffer that contains audio in the PCM format.

Discussion

The audio must be in a native format and uncompressed.

See Also

Appending Audio Buffers