AudioWorkletProcessorImpl

Properties

Link copied to clipboard

The read-only port property of the The MessagePort object that is connecting the AudioWorkletProcessor and the associated AudioWorkletNode.

Functions

Link copied to clipboard
abstract fun process(    inputs: ReadonlyArray<ReadonlyArray<Float32Array<*>>>,     outputs: ReadonlyArray<ReadonlyArray<Float32Array<*>>>,     parameters: ReadonlyRecord<JsString, Float32Array<*>>): Boolean