Audio Sourceaudio_sourceSourcesfrom gnuradio import audioaudio.source($samp_rate, $device_name, $ok_to_block)Sample Ratesamp_ratesamp_rateintDevice Namedevice_namestring#if $device_name() then 'none' else 'part'#OK to Blockok_to_blockTrueenumpartNum Outputsnum_outputs1int0 < $num_outputs
Not all sampling rates will be supported by your hardware.
Leave the device name blank to choose deafult audio device. \
ALSA users with audio trouble may try setting the device name to plughw:0,0
The audio source can have multiple outputs depending upon your hardware. \
For example, set the outputs to 2 for stereo audio.