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

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

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

× close