#include <Nsound/AudioStream.h>#include <Nsound/Buffer.h>#include <Nsound/Generator.h>#include <Nsound/Nsound.h>#include <Nsound/Plotter.h>#include <Nsound/Sine.h>#include <Nsound/Wavefile.h>#include <iostream>#include <limits>#include <sstream>
Go to the source code of this file.
Defines | |
| #define | THIS_FILE "AudioStream.cc" |
| #define | CERR cerr << THIS_FILE << ":" << __LINE__ << ": " |
| #define THIS_FILE "AudioStream.cc" |
Definition at line 48 of file AudioStream.cc.
Referenced by Buffer_UnitTest(), BufferResample_UnitTest(), DelayLine_UnitTest(), FFTransform_UnitTest(), FilterBandPassFIR_UnitTest(), FilterBandPassIIR_UnitTest(), FilterBandRejectFIR_UnitTest(), FilterBandRejectIIR_UnitTest(), FilterCombLowPassFeedback_UnitTest(), FilterDelay_UnitTest(), FilterHighPassFIR_UnitTest(), FilterHighPassIIR_UnitTest(), FilterLeastSquaresFIR_UnitTest(), FilterLowPassFIR_UnitTest(), FilterLowPassIIR_UnitTest(), FilterParametricEqualizer_UnitTest(), Generator_UnitTest(), Sine_UnitTest(), Triangle_UnitTest(), and Wavefile_UnitTest().
| #define CERR cerr << THIS_FILE << ":" << __LINE__ << ": " |
Definition at line 49 of file AudioStream.cc.
Referenced by Nsound::AudioStream::AudioStream(), and Nsound::AudioStream::get_at_index().
1.6.3