AudioDelegate

The AudioDelegate model contains the audioRecordSamplesReady callback that can be called in an audio thread when input samples are ready.

Methods

audioRecordSamplesReady

audioRecordSamplesReady(samples: AudioSamples)

Called after the render operation, when a new set of input samples is ready to be processed.

The method is supported in SDK 3.8 and later.

Parameters:

NameTypeDescription
samplesAudioSamplesThe input audio samples that are ready to be processed.