CacophonyEffect that builds a waveshaper AudioWorkletNode — an antialiased
distortion/waveshaper implementing first-order Antiderivative Antialiasing
(Parker, Zavalishin & Le Bivic 2016, DAFx-16). Mirrors ReverbEffect:
build idempotently loads the worklet module on the supplied context, then
constructs the node with the supplied WaveshaperOptions as
parameterData. Honors the cross-context contract (builds against the bus's
context, not the host's own).
CacophonyEffect that builds a
waveshaperAudioWorkletNode — an antialiased distortion/waveshaper implementing first-order Antiderivative Antialiasing (Parker, Zavalishin & Le Bivic 2016, DAFx-16). Mirrors ReverbEffect:buildidempotently loads the worklet module on the supplied context, then constructs the node with the supplied WaveshaperOptions asparameterData. Honors the cross-context contract (builds against the bus's context, not the host's own).