#include <GrAudioSink.h>
Inheritance diagram for GrAudioSink< 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. | |
GrAudioSink (iType input_range=32767, const char *dev="/dev/dsp") | |
virtual | ~GrAudioSink () |
template<> | |
int | work3 (VrSampleRange output, VrSampleRange inputs[], void *ai[]) |
Protected Attributes | |
int | audiofd |
short * | buffer |
std::string | device_name |
iType | scale_factor |
|
|
|
|
|
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 >. |
|
Implements VrSink< iType >. |
|
|
|
|
|
|
|
|