Liking cljdoc? Tell your friends :D

web.audio.AudioWorkletNodeOptions

The AudioWorkletNodeOptions dictionary of the Web Audio API is to specify configuration options when constructing a new web.audio.AudioWorkletNode for custom audio processing.

The AudioWorkletNodeOptions dictionary of the Web Audio API is
to specify configuration options when constructing a new `web.audio.AudioWorkletNode`
for custom audio processing.
raw docstring

number-of-inputscljs

(number-of-inputs this)

Property.

The value to initialize the numberOfInputs property to. Defaults 1.

Property.

The value to initialize the numberOfInputs property to. Defaults
1.
sourceraw docstring

number-of-outputscljs

(number-of-outputs this)

Property.

The value to initialize the numberOfOutputs property to. Defaults 1.

Property.

The value to initialize the numberOfOutputs property to. Defaults
1.
sourceraw docstring

output-channel-countcljs

(output-channel-count this)

Property.

An array defining the number of channels for each output. For outputChannelCount: [n, m] specifies the number of channels in first output to be n and the second output to be m. The array must match numberOfOutputs.

Property.

An array defining the number of channels for each output. For
outputChannelCount: [n, m] specifies the number of channels in
first output to be n and the second output to be m. The array
must match numberOfOutputs.
sourceraw docstring

parameter-datacljs

(parameter-data this)

Property.

An object containing the initial values of custom AudioParam on this node (in its parameters property), with key being the of a custom parameter and value being its initial value.

Property.

An object containing the initial values of custom AudioParam
on this node (in its parameters property), with key being the
of a custom parameter and value being its initial value.
sourceraw docstring

processor-optionscljs

(processor-options this)

Property.

Any additional data that can be used for custom initialization the underlying AudioWorkletProcessor.

Property.

Any additional data that can be used for custom initialization
the underlying AudioWorkletProcessor.
sourceraw docstring

set-number-of-inputs!cljs

(set-number-of-inputs! this val)

Property.

The value to initialize the numberOfInputs property to. Defaults 1.

Property.

The value to initialize the numberOfInputs property to. Defaults
1.
sourceraw docstring

set-number-of-outputs!cljs

(set-number-of-outputs! this val)

Property.

The value to initialize the numberOfOutputs property to. Defaults 1.

Property.

The value to initialize the numberOfOutputs property to. Defaults
1.
sourceraw docstring

set-output-channel-count!cljs

(set-output-channel-count! this val)

Property.

An array defining the number of channels for each output. For outputChannelCount: [n, m] specifies the number of channels in first output to be n and the second output to be m. The array must match numberOfOutputs.

Property.

An array defining the number of channels for each output. For
outputChannelCount: [n, m] specifies the number of channels in
first output to be n and the second output to be m. The array
must match numberOfOutputs.
sourceraw docstring

set-parameter-data!cljs

(set-parameter-data! this val)

Property.

An object containing the initial values of custom AudioParam on this node (in its parameters property), with key being the of a custom parameter and value being its initial value.

Property.

An object containing the initial values of custom AudioParam
on this node (in its parameters property), with key being the
of a custom parameter and value being its initial value.
sourceraw docstring

set-processor-options!cljs

(set-processor-options! this val)

Property.

Any additional data that can be used for custom initialization the underlying AudioWorkletProcessor.

Property.

Any additional data that can be used for custom initialization
the underlying AudioWorkletProcessor.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close