T("biquad")

ARSTEREO Biquad Filter

Description

T("biquad") is implements a two-pole, two-zero filter.

Properties

Methods

Filter Types

Low-Pass Filter

A lowpass filter allows frequencies below the cutoff frequency to pass through and attenuates frequencies above the cutoff.

alias: lpf

High-Pass Filter

A highpass filter is the opposite of a lowpass filter.

alias: hpf

Band-Pass Filter

A bandpass filter allows a range of frequencies to pass through and attenuates the frequencies below and above this frequency range.

alias: bpf

LowShelf Filter

The lowshelf filter allows all frequencies through, but adds a boost (or attenuation) to the lower frequencies.

HighShelf Filter

The highshelf filter is the opposite of the lowshelf filter and allows all frequencies through, but adds a boost to the higher frequencies.

Peaking Filter

The peaking filter allows all frequencies through, but adds a boost (or attenuation) to a range of frequencies.

Notch Filter

The notch filter (also known as a band-stop or band-rejection filter) is the opposite of a bandpass filter.

alias: bef, brf

AllPass Filter

An allpass filter allows all frequencies through, but changes the phase relationship between the various frequencies.

alias: apf

Source

https://github.com/mohayonao/timbre.js/blob/master/src/objects/biquad.js