33 #ifndef _NSOUND_FILTER_ALL_PASS_H_
34 #define _NSOUND_FILTER_ALL_PASS_H_
53 const float64 & max_delay_time_seconds,
89 plot(
boolean show_fc =
true,
boolean show_phase =
false);
FilterAllPass(const float64 &sample_rate, const float64 &max_delay_time_seconds, const float64 &gain)
Base class for IIR Filters, defines the interface.
FilterAllPass & operator=(const FilterAllPass &rhs)
void plot(boolean show_fc=true, boolean show_phase=false)
A Buffer for storing audio samples.
A class for filtering audio in the frequecy domain.
AudioStream filter(const AudioStream &x)