biquadRBJAllPass

2nd order All-pass filter as described by Robert Bristow-Johnson. This is helpful to introduce the exact same phase response as the RBJ low-pass, but doesn't affect magnitude.

public nothrow @nogc
biquadRBJAllPass
(
double frequency
,
double samplerate
,
double Q = SQRT1_2
)

Meta