A set of plugins that mimic the web audio API nodes.
com.nativeformat.plugins.waa
A list of the plugins the WAA factory provides
com.nativeformat.plugin.waa.biquad
frequencyAn audio parameter controlling the frequency to modify.detuneA readonly audio parameter telling us the detune in the frequency.QAn audio parameter defining the quality.gainAn audio parameter defining the volume to give to the frequency.type: string typeDefines the type of biquad to use, the options are; lowpass, highpass, bandpass, lowshelf, highshelf, peaking, notch, allpass
com.nativeformat.plugin.waa.convolver
buffer: string bufferA comma separated list of floating point numbers in the domain of [-1.0, 1.0] that correspond to the impulse response of the reverb to modelbuffer.samplerate: number samplerateThe samplerate of the bufferbuffer.numberOfChannels: number channelsThe number of channels in the buffernormalizeWhether or not to normalise the reverb
com.nativeformat.plugin.waa.delay
delayTimeAn audio parameter controlling the current delay time on the node.
com.nativeformat.plugin.waa.dynamicscompressor
thresholdAn audio parameter specifying the threshold to compress the audio with.kneeAn audio parameter.ratioAn audio parameter.reductionAn audio parameter.attackAn audio parameter.releaseAn audio parameter.
com.nativeformat.plugin.waa.gain
gainAn audio parameter specifying the volume to change the incoming signal to.