|
libsdr
0.1.0
A simple SDR library
|
This module collects all data sinks provided by libsdr. More...
Classes | |
| class | sdr::BitDump |
| Trivial node to dump a bit-stream to a std::ostream. More... | |
| class | sdr::PortSink |
| PortAudio playback node. More... | |
| class | sdr::StreamSink< Scalar > |
| Serializes the incomming buffers as raw data. More... | |
| class | sdr::DebugStore< Scalar > |
| Keeps a copy of the last buffer received. More... | |
| class | sdr::DebugDump< Scalar > |
| Dumps buffers in a human readable form. More... | |
| class | sdr::WavSink< Scalar > |
| Stores the received buffers into a WAV file. More... | |
This module collects all data sinks provided by libsdr.
1.8.9.1