SpectrumAnalyser

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(SpectrumAnalyser )
Undocumented in source.
this
this(uint sample_rate, uint num_channels)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

analyse
void analyse(const(double)[] data, FftBuffer fft, double[] output)
Undocumented in source.
analyseAll
SpectrogramRange analyseAll(VectorAlloc alloc, const(double)[] data, WindowOverlap overlap)
Undocumented in source. Be warned that the author may not have intended to support it.
fkey_idxs
const(size_t)[] fkey_idxs()
Undocumented in source. Be warned that the author may not have intended to support it.
frame_length
size_t frame_length()
Undocumented in source. Be warned that the author may not have intended to support it.
min_data
size_t min_data()
Undocumented in source. Be warned that the author may not have intended to support it.
msToSamples
size_t msToSamples(ulong ms)
Undocumented in source. Be warned that the author may not have intended to support it.
num_channels
uint num_channels()
Undocumented in source. Be warned that the author may not have intended to support it.
sample_rate
uint sample_rate()
Undocumented in source. Be warned that the author may not have intended to support it.
spacing
size_t spacing(WindowOverlap overlap)
Undocumented in source. Be warned that the author may not have intended to support it.
window
const(double)[] window()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta