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.
Appends audio to the end of the recognition request.
func appendAudioSampleBuffer(_ sampleBuffer: CMSampleBuffer)A buffer of audio.
The audio must be in a native format.