Go to the documentation of this file.
24 #ifndef _SpectralDelay_
25 #define _SpectralDelay_
50 return "SpectralDelay";
55 mIn(
"In Spectrum", this),
56 mOut(
"Out Spectrum", this) ,
57 mLowCutoffFreqCtl(
"LowCutoff", this),
58 mHighCutoffFreqCtl(
"HighCutoff", this),
59 mLowDelayCtl(
"LowDelay", this),
60 mMidDelayCtl(
"MidDelay", this),
61 mHighDelayCtl(
"HighDelay", this)
95 return Do(in.GetSpectrum(),
121 #endif // _SpectralDelay_