A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developer.mozilla.org/en-US/docs/Web/API/WaveShaperNode/oversample below:

WaveShaperNode: oversample property - Web APIs

WaveShaperNode: oversample property

Baseline Widely available

The oversample property of the WaveShaperNode interface is an enumerated value indicating if oversampling must be used. Oversampling is a technique for creating more samples (up-sampling) before applying a distortion effect to the audio signal.

Once applied, the number of samples is reduced to its initial numbers. This leads to better results by avoiding some aliasing, but comes at the expense of a lower precision shaping curve.

The possible oversample values are:

Value Effect 'none' Do not perform any oversampling. '2x' Double the amount of samples before applying the shaping curve. '4x' Multiply by 4 the amount of samples before applying the shaping curve. Value

One of 'none', '2x', or '4x'.

Examples

See BaseAudioContext.createWaveShaper() for example code.

Specifications Browser compatibility See also

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.3