AudOutput.h
Classes
- AudOutput -- (full description)
Interface
- Public Members
- AudOutput (AudOutputType type = AUD_LINE_OUT, char *fileName = NULL)
- ~AudOutput ()
- void data (short *sample, long frames)
- Private Members
- void initOutputLine ()
- void initSoundFile ()
Member Description
AudOutput (AudOutputType type = AUD_LINE_OUT, char *fileName = NULL)
Constructor: AudOutput
Create a new source of output - line out or to a filename
Destructor: ~AudOutput
void data (short *sample, long frames)
Method: data
Pass in the sample and length in frames to output