Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. WaveShaperNode

WaveShaperNode

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since ⁨July 2015⁩.

TheWaveShaperNode interface represents a non-linear distorter.

It is anAudioNode 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.

AWaveShaperNode always has exactly one input and one output.

EventTarget AudioNode WaveShaperNode
Number of inputs1
Number of outputs1
Channel count mode"max"
Channel count2 (not used in the default count mode)
Channel interpretation"speakers"

Constructor

WaveShaperNode()

Creates a new instance of aWaveShaperNode object.

Instance properties

Inherits properties from its parent,AudioNode.

WaveShaperNode.curve

AFloat32Array of numbers describing the distortion to apply.

WaveShaperNode.oversample

An 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.

Instance methods

No specific method; inherits methods from its parent,AudioNode.

Example

SeeBaseAudioContext.createWaveShaper() for example code.

Specifications

Specification
Web Audio API
# WaveShaperNode

Browser compatibility

See also

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp