GNU Radio 3.3.0 C++ API
|
Go to the source code of this file.
Classes | |
class | audio_alsa_source |
audio source using ALSA More... | |
Defines | |
#define | ALSA_PCM_NEW_HW_PARAMS_API |
#define | ALSA_PCM_NEW_SW_PARAMS_API |
Functions | |
audio_alsa_source_sptr | audio_alsa_make_source (int sampling_rate, const std::string device_name="", bool ok_to_block=true) |
Make an ALSA audio source. |
#define ALSA_PCM_NEW_HW_PARAMS_API |
#define ALSA_PCM_NEW_SW_PARAMS_API |
audio_alsa_source_sptr audio_alsa_make_source | ( | int | sampling_rate, |
const std::string | device_name = "" , |
||
bool | ok_to_block = true |
||
) |
Make an ALSA audio source.
sampling_rate | sampling rate |
device_name | ALSA pcm device name, e.g., "hw:0,0" |
ok_to_block | (currently ignored) |