Nsound  0.9.4
Namespaces | Macros | Functions
Buffer.cc File Reference
#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>
Include dependency graph for Buffer.cc:

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)
 

Macro Definition Documentation

#define LM_MAX (   a,
 
)    ((a) > (b)) ? (a) : (b)

Definition at line 919 of file Buffer.cc.

Referenced by Nsound::Buffer::log(), and Nsound::Buffer::log10().