11#ifndef INCLUDED_GR_AUDIO_SOURCE_H 
   12#define INCLUDED_GR_AUDIO_SOURCE_H 
   27    typedef std::shared_ptr<source> 
sptr;
 
   44    make(
int sampling_rate, 
const std::string device_name = 
"", 
bool ok_to_block = 
true);
 
 
Creates a source from an audio device.
Definition gr-audio/include/gnuradio/audio/source.h:25
std::shared_ptr< source > sptr
Definition gr-audio/include/gnuradio/audio/source.h:27
static sptr make(int sampling_rate, const std::string device_name="", bool ok_to_block=true)
sync_block(void)
Definition sync_block.h:28
#define GR_AUDIO_API
Definition gr-audio/include/gnuradio/audio/api.h:18
GNU Radio logging wrapper.
Definition basic_block.h:29