process

@NotNull
abstract fun process(samples: Array<Short>, @Nullable result: @Nullable ClientActivation.Result): @NotNull ClientActivation.Result

Processes audio samples.

Return

The result of processing the audio samples.

Parameters

samples

The audio samples to process.

result

The result of the parent activation.