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);
Creates a sink from an audio device.
Definition: gr-audio/include/gnuradio/audio/sink.h:25
std::shared_ptr< sink > sptr
Definition: gr-audio/include/gnuradio/audio/sink.h:27
static sptr make(int sampling_rate, const std::string device_name="", bool ok_to_block=true)
synchronous 1:1 input to output with history
Definition: sync_block.h:26
#define GR_AUDIO_API
Definition: gr-audio/include/gnuradio/audio/api.h:18
GNU Radio logging wrapper.
Definition: basic_block.h:29