frequency property
The frequency
property of the BiquadFilterNode is an
a-rate
AudioParam — a double representing a frequency in the current filtering
algorithm measured in hertz (Hz).
Its default value is 350
, with a nominal range of 10
to the
Nyquist frequency —
that is, half of the sample rate.
Implementation
AudioParam get frequency;