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.
This method gets array that contains instance of SoundModule
subclass.
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 gets or sets parameters for mixer module. This method is overloaded for type interface and type check.
This argument is string if getter. Otherwise, setter.
Return value is parameter for mixer module if getter. Otherwise, return value is for method chain.
This method gets effector's parameters as associative array.
This method defines noop for the same API.
This method defines noop for the same API.
This method mixes sound sources (instance of SoundModule
subclass).
This argument is array that contains sound sources.
Optional
gains: number[]This argument is array for each sound source volume.
Return value is for method chain.
This method demixes sound sources (instance of SoundModule
subclass).
Return value is for method chain.
This class is for mixing sound sources (instance of
SoundModule
subclass).