AudSourceCnv.h

Classes

AudSourceCnv -- (full description)

class AudSourceCnv : public AudSource

Interface

Public Members
AudSourceCnv (AudChanType channel, AudHRTFMap *hrtfMap)
virtual ~AudSourceCnv ()
virtual void operator>> (short *sample)

Description

Member Description

AudSourceCnv (AudChanType channel, AudHRTFMap *hrtfMap)

Constructor: AudSourceCnv Initialize by specifying the channel of the sound to use and passing the HRTFs to convolve with.

virtual ~AudSourceCnv ()

Destructor: ~AudSourceCnv

virtual void operator>> (short *sample)

Method: operator>> Add current sound produced to specified buffer.