Searched refs:dbGain (Results 1 – 2 of 2) sorted by relevance
55 void setLowShelfParams(double cutoff, double dbGain);
233 void Biquad::setLowShelfParams(double cutoff, double dbGain) in setLowShelfParams() argument237 double A = pow(10.0, dbGain / 40.0); in setLowShelfParams()