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.
(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.
(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.
(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.
(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.
(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.
(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.
(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.
(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.
(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.
(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.
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |