23#ifndef INCLUDED_GR_AUDIO_SINK_H
24#define INCLUDED_GR_AUDIO_SINK_H
39 typedef boost::shared_ptr<sink>
sptr;
56 make(
int sampling_rate,
const std::string device_name =
"",
bool ok_to_block =
true);
Creates a sink from an audio device.
Definition sink.h:37
boost::shared_ptr< sink > sptr
Definition sink.h:39
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:38
#define GR_AUDIO_API
Definition gr-audio/include/gnuradio/audio/api.h:30
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition basic_block.h:46