blob: 47ff9621baaf58c19015553f9b08cf6de8353b8f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
id: vocoder_gsm_fr_decode_ps
label: GSM full-rate Audio Decoder
inputs:
- domain: stream
dtype: byte
vlen: 33
outputs:
- domain: stream
dtype: short
templates:
imports: from gnuradio import vocoder
make: vocoder.gsm_fr_decode_ps()
file_format: 1
|