 |
GNU Radio C++ API Reference
3.10.12.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
11 #ifndef INCLUDED_GR_AUDIO_SINK_H
12 #define INCLUDED_GR_AUDIO_SINK_H
27 typedef std::shared_ptr<sink>
sptr;
44 make(
int sampling_rate,
const std::string device_name =
"",
bool ok_to_block =
true);
#define GR_AUDIO_API
Definition: gr-audio/include/gnuradio/audio/api.h:18
synchronous 1:1 input to output with history
Definition: sync_block.h:26
std::shared_ptr< sink > sptr
Definition: gr-audio/include/gnuradio/audio/sink.h:27
Creates a sink from an audio device.
Definition: gr-audio/include/gnuradio/audio/sink.h:25
GNU Radio logging wrapper.
Definition: basic_block.h:29
static sptr make(int sampling_rate, const std::string device_name="", bool ok_to_block=true)