This argument is in order to use Web Audio API.
Protected
analyserProtected
autopannerProtected
bitcrusherProtected
chorusProtected
compressorProtected
contextProtected
delayProtected
envelopegeneratorProtected
equalizerProtected
filterProtected
flangerProtected
fuzzProtected
listenerProtected
mastervolumeProtected
mixedProtected
modulesProtected
noisegateProtected
noisesuppressorProtected
overdriveProtected
pannerProtected
phaserProtected
pitchshifterProtected
preampProtected
processorProtected
recorderProtected
reverbProtected
ringmodulatorProtected
runningProtected
stereoProtected
tremoloProtected
vocalcancelerProtected
wahStatic
Readonly
NUMBER_Static
Readonly
NUMBER_This method edits module to use and module connection order.
This argument is edited modules.
Return value is previous modules.
Protected
initThis method installs customized effector.
This argument is subclass that extends Effector
class.
Return value is instance of customized effector (that extends Effector
class).
This method gets instance of Module
(Analyser, Recorder, Effector ... etc).
This argument selects module.
Optional
stopTime: numberOptional
startTime: numberThis method sets event handler that is invoked on receiving message.
This argument is invoked on receiving message.
Return value is for method chain.
This method sets event handler that is invoked on receiving message that cannot be deserialized.
This argument is invoked on receiving message that cannot be deserialized.
Return value is for method chain.
This method gets effector's parameters as associative array.
This method sends message from MessagePort
that AudioWorkletNode
has.
This argument is sent as any data.
Return value is for method chain.
This method adds module for AudioWorklet and creates instance of AudioWorkletNode
.
This argument is string that contains URL of file (.js) with module to add.
Optional
options: WorkletOptionsThis argument is one of 'omit', 'same-origin', 'include'. The default value is 'same-origin'.
Return value is Promise
that addModule
returns.
This method sets registered processor name and options for AudioWorkletNode
constructor.
This argument is name of AudioWorkletProcessor
.
Optional
options: AudioWorkletNodeOptionsThis argument is object based on AudioWorkletNodeOptions
dictionary.
Return value is for method chain.
This method starts sound by connecting to AudioDestinationNode
.
Return value is for method chain.
This method stops sound by disconnecting to AudioDestinationNode
.
Return value is for method chain.
This subclass is for using
AudioWorkletNode
as sound source.