#include <VrAudioSource.h>
Inheritance diagram for VrAudioSource< oType >:

Public Member Functions | |
| virtual int | work2 (VrSampleRange output, void *o[]) |
| virtual void | initialize () |
| Initialize any local state that is dependent on sampling frequency. | |
| VrAudioSource (double sampling_freq, const char *dev="/dev/dsp") | |
| virtual const char * | name () |
| default name for a module (override with actual name) | |
| virtual | ~VrAudioSource () |
Protected Attributes | |
| int | audiofd |
| long | format |
| bool | decimate |
| 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 VrSource< oType >.
|
|
||||||||||||||||
|
Implements VrSource< oType >.
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
1.3.8