- Buffer
T[] Buffer()
Note that buffer includes previous sample and current sample so its size is 2^factor + 1
- Nyquist
float Nyquist()
Undocumented in source. Be warned that the author may not have intended to support it.
- getNextSample
T getNextSample(T input)
Undocumented in source. Be warned that the author may not have intended to support it.
- insertEffect
void insertEffect(AudioEffect!T effect)
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.
- setSampleFactor
void setSampleFactor(uint factor)
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.
- upSample
void upSample(float input)
Undocumented in source. Be warned that the author may not have intended to support it.