1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
id: vocoder_ulaw_decode_bs label: ulaw Audio Decoder inputs: - domain: stream dtype: byte outputs: - domain: stream dtype: short templates: imports: from gnuradio import vocoder make: vocoder.ulaw_decode_bs() file_format: 1