AudSourceInt.h

Classes

AudSourceInt -- (full description)

class AudSourceInt : public AudSource

Interface

Public Members
AudSourceInt ()
virtual ~AudSourceInt ()
virtual void operator>> (short *sample)
Private Members
int elevToIndex (double elevation) const
int azimToIndex (int elevIndex, double azimuth) const
double round (double val) const

Description

Member Description

AudSourceInt ()

Constructor: AudSourceInt

virtual ~AudSourceInt ()

Destructor: AudSourceInt

virtual void operator>> (short *sample)

Method: operator>> Add the current sound from the source to the sample buffer.

int elevToIndex (double elevation) const

int azimToIndex (int elevIndex, double azimuth) const

double round (double val) const