- allpassThiran1stOrder
BiquadCoeff!T allpassThiran1stOrder(double fractionalDelay)
- allpassThiran2ndOrder
BiquadCoeff!T allpassThiran2ndOrder(double fractionalDelay)
- bandpassFilterRBJ
BiquadCoeff!T bandpassFilterRBJ(double frequency, double samplerate, double Q)
Undocumented in source. Be warned that the author may not have intended to support it.
- bypassFilter
BiquadCoeff!T bypassFilter()
Undocumented in source. Be warned that the author may not have intended to support it.
- highShelfFilterRBJ
BiquadCoeff!T highShelfFilterRBJ(double frequency, double samplerate, double gain, double Q)
Undocumented in source. Be warned that the author may not have intended to support it.
- highpassFilter1Pole
BiquadCoeff!T highpassFilter1Pole(double frequency, double samplerate)
Undocumented in source. Be warned that the author may not have intended to support it.
- highpassFilterRBJ
BiquadCoeff!T highpassFilterRBJ(double frequency, double samplerate, double Q)
Undocumented in source. Be warned that the author may not have intended to support it.
- lowShelfFilterRBJ
BiquadCoeff!T lowShelfFilterRBJ(double frequency, double samplerate, double gain, double Q)
Undocumented in source. Be warned that the author may not have intended to support it.
- lowpassFilter1Pole
BiquadCoeff!T lowpassFilter1Pole(double frequency, double samplerate)
Undocumented in source. Be warned that the author may not have intended to support it.
- lowpassFilterRBJ
BiquadCoeff!T lowpassFilterRBJ(double frequency, double samplerate, double Q)
Undocumented in source. Be warned that the author may not have intended to support it.
- notchFilterRBJ
BiquadCoeff!T notchFilterRBJ(double frequency, double samplerate, double Q)
Undocumented in source. Be warned that the author may not have intended to support it.
- peakFilterRBJ
BiquadCoeff!T peakFilterRBJ(double frequency, double samplerate, double gain, double Q)
Undocumented in source. Be warned that the author may not have intended to support it.
- zeroFilter
BiquadCoeff!T zeroFilter()
Undocumented in source. Be warned that the author may not have intended to support it.