AllpassNthOrder

Nth order Allpass filter created using 2nd and 1st order Allpass filters Useful to correct phase on crossovers created using nth order Linkwitz-Riley filters.

Constructors

this
this(int order)
Undocumented in source.

Members

Functions

getNextSample
float getNextSample(const(float) input)
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
setFrequency
void setFrequency(float frequency)
Undocumented in source. Be warned that the author may not have intended to support it.
setSampleRate
void setSampleRate(float sampleRate)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta