23#ifndef INCLUDED_GR_AUDIO_SOURCE_H
24#define INCLUDED_GR_AUDIO_SOURCE_H
39 typedef boost::shared_ptr<source>
sptr;
56 make(
int sampling_rate,
const std::string device_name =
"",
bool ok_to_block =
true);
Creates a source from an audio device.
Definition: source.h:37
boost::shared_ptr< source > sptr
Definition: source.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
Include this header to use the message passing features.
Definition: basic_block.h:45