#include <GrAudioSource.h>
Inheritance diagram for GrAudioSource< oType >:
Public Member Functions | |
virtual int | work2 (VrSampleRange output, void *o[]) |
virtual void | initialize () |
Initialize any local state that is dependent on sampling frequency. | |
GrAudioSource (double sampling_freq, int streams, double output_range=32767, const char *dev="/dev/dsp") | |
virtual const char * | name () |
default name for a module (override with actual name) | |
virtual | ~GrAudioSource () |
Protected Attributes | |
int | audiofd |
long | format |
std::string | device_name |
oType | scale_factor |
int | num_streams |
|
|
|
|
|
Initialize any local state that is dependent on sampling frequency.
Reimplemented from VrSigProc. |
|
default name for a module (override with actual name)
Reimplemented from VrSource< oType >. |
|
Implements VrSource< oType >. |
|
|
|
|
|
|
|
|
|
|