WebIDLpedia

BiquadFilterType enum

Definition

Web Audio API defines BiquadFilterType



enum BiquadFilterType {
    "lowpass",
    "highpass",
    "bandpass",
    "lowshelf",
    "highshelf",
    "peaking",
    "notch",
    "allpass"
};

Referring IDL interfaces/dictionaries