id: vocoder_alaw_decode_bs label: Alaw Audio Decoder inputs: - domain: stream dtype: byte outputs: - domain: stream dtype: short templates: imports: from gnuradio import vocoder make: vocoder.alaw_decode_bs() file_format: 1