AudSourceInt.h
Classes
- AudSourceInt -- (full description)
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
Member Description
Constructor: 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