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
std::shared_ptr< sink > sptr
Definition: gr-audio/include/gnuradio/audio/sink.h:27
GNU Radio logging wrapper.
Definition: basic_block.h:29
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:25
Creates a sink from an audio device.
Definition: gr-audio/include/gnuradio/audio/sink.h:24