Audio Sink audio_sink from gnuradio import audio audio.sink($samp_rate, $device_name, $ok_to_block) Sample Rate samp_rate 32000 enum Device Name device_name string OK to Block ok_to_block True enum Num Inputs num_inputs 1 int 0 < $num_inputs in float $num_inputs Not all sampling rates will be supported by your hardware. Leave the device name blank to choose deafult audio device. \ Audio device names may look like hw:0,0 The audio sink can have multiple inputs depending upon your hardware. \ For example, set the inputs to 2 for stereo audio.