createWaveShaper method
The createWaveShaper()
method of the BaseAudioContext
interface creates a WaveShaperNode, which represents a non-linear
distortion. It is used to apply distortion effects to your audio.
Note: The
WaveShaperNode.WaveShaperNode
constructor is the recommended way to create a WaveShaperNode; see Creating an AudioNode.
Implementation
external WaveShaperNode createWaveShaper();