Q property
The Q
property of the BiquadFilterNode is an
a-rate
AudioParam, a double representing a
Q factor, or quality factor.
It is a dimensionless value with a default value of 1
and a nominal
range of 0.0001
to 1000
.
Implementation
AudioParam get Q;