Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

VrAudioSink< iType > Class Template Reference

#include <VrAudioSink.h>

Inheritance diagram for VrAudioSink< iType >:

VrSink< iType > VrSigProc List of all members.

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
iTypemixArray
bool convert_mono_to_stereo_p
std::string device_name

template<class iType>
class VrAudioSink< iType >


Constructor & Destructor Documentation

template<class iType>
VrAudioSink< iType >::VrAudioSink const char *  dev = "/dev/dsp"  )  [inline]
 

template<class iType>
virtual VrAudioSink< iType >::~VrAudioSink  )  [inline, virtual]
 


Member Function Documentation

template<class iType>
void VrAudioSink< iType >::initialize  )  [virtual]
 

Initialize any local state that is dependent on sampling frequency.

Reimplemented from VrSigProc.

template<class iType>
virtual const char* VrAudioSink< iType >::name  )  [inline, virtual]
 

default name for a module (override with actual name)

Reimplemented from VrSink< iType >.

template<class iType>
int VrAudioSink< iType >::work3 VrSampleRange  output,
VrSampleRange  inputs[],
void *  i[]
[virtual]
 

Implements VrSink< iType >.


Member Data Documentation

template<class iType>
int VrAudioSink< iType >::audiofd [protected]
 

template<class iType>
bool VrAudioSink< iType >::convert_mono_to_stereo_p [protected]
 

template<class iType>
std::string VrAudioSink< iType >::device_name [protected]
 

template<class iType>
iType* VrAudioSink< iType >::mixArray [protected]
 


The documentation for this class was generated from the following file:
Generated on Wed Mar 23 12:30:39 2005 for GNU Radio by  doxygen 1.4.0