|
libsdr
0.1.0
A simple SDR library
|
PortAudio playback node. More...
#include <portaudio.hh>
Public Member Functions | |
| PortSink () | |
| Constructor. More... | |
| virtual | ~PortSink () |
| Destructor. More... | |
| virtual void | config (const Config &src_cfg) |
| Configures the PortAudio output. More... | |
| virtual void | handleBuffer (const RawBuffer &buffer, bool allow_overwrite) |
| Playback. More... | |
Public Member Functions inherited from sdr::SinkBase | |
| SinkBase () | |
| Constructor. More... | |
| virtual | ~SinkBase () |
| Destructor. More... | |
Protected Attributes | |
| PaStream * | _stream |
| The PortAudio stream. More... | |
| size_t | _frame_size |
| The frame-size. More... | |
PortAudio playback node.
| PortSink::PortSink | ( | ) |
Constructor.
|
virtual |
Destructor.
|
virtual |
Configures the PortAudio output.
Implements sdr::SinkBase.
|
virtual |
Playback.
Implements sdr::SinkBase.
|
protected |
The frame-size.
|
protected |
The PortAudio stream.
1.8.9.1