createWaveShaper abstract method
The createWaveShaper()
method of the BaseAudioContext
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
WaveShaperNode createWaveShaper();