This is the complete list of members for Nsound::FilterPhaser, including all inherited members.
filter(const AudioStream &x) | Nsound::FilterPhaser | |
filter(const Buffer &x) | Nsound::FilterPhaser | |
filter(const float64 &x) | Nsound::FilterPhaser | virtual |
filter(const float64 &x, const float64 &ignored) | Nsound::FilterPhaser | inlinevirtual |
Nsound::Filter::filter(const AudioStream &x, const float64 &frequency) | Nsound::Filter | |
Nsound::Filter::filter(const AudioStream &x, const Buffer &frequencies) | Nsound::Filter | |
Nsound::Filter::filter(const Buffer &x, const float64 &frequency) | Nsound::Filter | |
Nsound::Filter::filter(const Buffer &x, const Buffer &frequencies) | Nsound::Filter | |
Filter(const float64 &sample_rate) | Nsound::Filter | |
FilterPhaser(const float64 &sample_rate, const uint32 n_stages, const float64 &frequency, const float64 &frequency_step_per_stage, const float64 &max_delay_in_seconds) | Nsound::FilterPhaser | |
FilterPhaser(const FilterPhaser ©) | Nsound::FilterPhaser | |
filters_ | Nsound::FilterPhaser | protected |
frequencies_ | Nsound::FilterPhaser | protected |
getFrequencyAxis(const uint32 n_fft=8192) | Nsound::Filter | |
getFrequencyResponse(const uint32 n_fft=8192) | Nsound::Filter | |
getImpulseResponse(const uint32 n_samples=8192) | Nsound::Filter | |
getKernelSize() const | Nsound::Filter | inlinevirtual |
getPhaseResponse() | Nsound::Filter | |
getSampleRate() const | Nsound::Filter | inline |
is_realtime_ | Nsound::Filter | protected |
kernel_size_ | Nsound::Filter | protected |
max_delay_ | Nsound::FilterPhaser | protected |
n_stages_ | Nsound::FilterPhaser | protected |
operator=(const FilterPhaser &rhs) | Nsound::FilterPhaser | |
plot(boolean show_fc=false, boolean show_phase=false) | Nsound::FilterPhaser | |
Nsound::Filter::plot(boolean show_phase=false) | Nsound::Filter | |
reset() | Nsound::FilterPhaser | virtual |
sample_rate_ | Nsound::Filter | protected |
sample_time_ | Nsound::Filter | protected |
setRealtime(bool flag) | Nsound::Filter | inline |
two_pi_over_sample_rate_ | Nsound::Filter | protected |
waveform_ | Nsound::FilterPhaser | protected |
waveform_position_ | Nsound::FilterPhaser | protected |
~Filter() | Nsound::Filter | inlinevirtual |
~FilterPhaser() | Nsound::FilterPhaser | |