#include <VrAudioSink.h>
Inheritance diagram for VrAudioSink< iType >:
Public Member Functions | |
virtual const char * | name () |
default name for a module (override with actual name) | |
virtual int | work3 (VrSampleRange output, VrSampleRange inputs[], void *i[]) |
virtual void | initialize () |
Initialize any local state that is dependent on sampling frequency. | |
VrAudioSink (const char *dev="/dev/dsp") | |
virtual | ~VrAudioSink () |
Protected Attributes | |
int | audiofd |
iType * | mixArray |
bool | convert_mono_to_stereo_p |
std::string | device_name |
|
|
|
|
|
Initialize any local state that is dependent on sampling frequency.
Reimplemented from VrSigProc. |
|
default name for a module (override with actual name)
Reimplemented from VrSink< iType >. |
|
Implements VrSink< iType >. |
|
|
|
|
|
|
|
|