This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
The WaveShaperNode interface represents a non-linear distorter.
It is an AudioNode that uses a curve to apply a wave shaping distortion to the signal. Beside obvious distortion effects, it is often used to add a warm feeling to the signal.
A WaveShaperNode always has exactly one input and one output.
| Number of inputs | 1 |
|---|---|
| Number of outputs | 1 |
| Channel count mode | "max" |
| Channel count |
2 (not used in the default count mode) |
| Channel interpretation | "speakers" |
WaveShaperNode()Creates a new instance of an WaveShaperNode object.
Inherits properties from its parent, AudioNode.
WaveShaperNode.curveA Float32Array of numbers describing the distortion to apply.
WaveShaperNode.oversampleAn enumerated value indicating if oversampling must be used. Oversampling is a technique for creating more samples (up-sampling) before applying the distortion effect to the audio signal.
No specific method; inherits methods from its parent, AudioNode.
See BaseAudioContext.createWaveShaper() for example code.
| Specification |
|---|
| Web Audio API> # WaveShaperNode> |
| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Chrome | Edge | Firefox | Opera | Safari | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | WebView Android | WebView on iOS | |
WaveShaperNode |
55 | 79 | 53 | 42 | 14.1 | 55 | 53 | 42 | 14.5 | 6.0 | 55 | 14.5 |
WaveShaperNode |
15 | 12 | 25 | 15 | 6 | 18 | 25 | 14 | 6 | 1.0 | 4.4 | 6 |
curve |
15 | 12 | 25 | 15 | 6 | 18 | 25 | 14 | 6 | 1.0 | 4.4.3 | 6 |
oversample |
29 | 12 | 26 | 16 | 6 | 29 | 26 | 16 | 6 | 2.0 | 4.4 | 6 |
© 2005–2025 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/WaveShaperNode