AudOutput.h

Classes

AudOutput -- (full description)

class AudOutput

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 ()

Description

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

~AudOutput ()

Destructor: ~AudOutput

void data (short *sample, long frames)

Method: data Pass in the sample and length in frames to output

void initOutputLine ()

void initSoundFile ()