Abstract
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_Abstract
INPUTConnector for input.
Abstract
OUTPUTConnector for output.
This method connects AudioNode
s.
This argument is AudioNode
as sound source.
This method disconnects instance of AudioWorkletNode
as sound source.
This method edits module to use and module connection order.
This argument is edited modules.
Return value is previous modules.
Protected
initThis method re-initials modules.
This argument is in order to use Web Audio API.
This 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 stops effectors.
Optional
stopTime: numberThis argument is used for scheduling parameter.
Return value is for method chain.
This method starts effectors.
Optional
startTime: numberThis argument is used for scheduling parameter.
Return value is for method chain.
This method gets effector's parameters as associative array.
This method stops analyser, recorder and onaudioprocess
event.
Return value is for method chain.
This method gets effector's parameters as JSON.
This class is superclass that is the top in this library. This class is extended as subclass (
OscillatorModule
,OneshotModule
,NoiseModule
,AudioModule
,MediaModule
,StreamModule
,ProcessorModule
,MixerModule
...etc).