3 ###################################################
5 ###################################################
8 <name>Audio Sink</name>
10 <import>from gnuradio import audio</import>
11 <make>audio.sink($samp_rate, $device_name, $ok_to_block)</make>
13 <name>Sample Rate</name>
43 <name>Device Name</name>
44 <key>device_name</key>
47 <hide>#if $device_name() then 'none' else 'part'#</hide>
50 <name>OK to Block</name>
51 <key>ok_to_block</key>
65 <name>Num Inputs</name>
70 <check>0 < $num_inputs</check>
74 <nports>$num_inputs</nports>
77 Not all sampling rates will be supported by your hardware.
79 Leave the device name blank to choose deafult audio device. \
80 ALSA users with audio trouble may try setting the device name to plughw:0,0
82 The audio sink can have multiple inputs depending upon your hardware. \
83 For example, set the inputs to 2 for stereo audio.