|
Nsound
0.9.4
|
#include <Nsound/AudioStream.h>#include <Nsound/Buffer.h>#include <Nsound/BufferWindowSearch.h>#include <Nsound/DelayLine.h>#include <Nsound/FFTransform.h>#include <Nsound/FilterLeastSquaresFIR.h>#include <Nsound/FilterLowPassIIR.h>#include <Nsound/FilterMovingAverage.h>#include <Nsound/Generator.h>#include <Nsound/Nsound.h>#include <Nsound/Plotter.h>#include <Nsound/StreamOperators.h>#include <Nsound/Wavefile.h>#include <algorithm>#include <iostream>#include <fstream>#include <sstream>
Go to the source code of this file.
Namespaces | |
| Nsound | |
Macros | |
| #define | LM_MAX(a, b) ((a) > (b)) ? (a) : (b) |
Functions | |
| std::ostream & | Nsound::operator<< (std::ostream &out, const Buffer &rhs_buffer) |
| void | Nsound::find_fraction (float64 fraction, float64 gamma, uint32 &a, uint32 &b) |
| #define LM_MAX | ( | a, | |
| b | |||
| ) | ((a) > (b)) ? (a) : (b) |
Definition at line 919 of file Buffer.cc.
Referenced by Nsound::Buffer::log(), and Nsound::Buffer::log10().
1.8.6