SoundBufferRecorder.onProcessSamples

Process a new chunk of recorded samples.

class SoundBufferRecorder
protected override
bool
onProcessSamples
(
const(short)[] samples
)

Parameters

samples const(short)[]

Array of the new chunk of recorded samples'

Return Value

Type: bool

True to continue the capture, or false to stop it

Meta