interface dom.BiquadFilterNode
implements AudioNode
import { type dom } from "https://deno.land/x/evt@v2.4.18/mod.ts";
const { BiquadFilterNode } = dom;
A simple low-order filter, and is created using the AudioContext.createBiquadFilter() method. It is an AudioNode that can represent different kinds of filters, tone control devices, and graphic equalizers.
Properties
readonly
Q: AudioParamreadonly
detune: AudioParamreadonly
frequency: AudioParamreadonly
gain: AudioParamtype: BiquadFilterType