blob: f7893aed29dfdf021053b4cb1d3feb433757a296 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
id: vocoder_cvsd_decode_bs
label: CVSD Audio Decoder (Raw Bit-Level)
inputs:
- domain: stream
dtype: byte
outputs:
- domain: stream
dtype: short
templates:
imports: from gnuradio import vocoder
make: vocoder.cvsd_decode_bs()
file_format: 1
|