blob: 8a688ed9632fc62f25855a04460a66cbe6ef2f44 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
id: vocoder_alaw_encode_sb
label: g711 Alaw Audio Encoder
inputs:
- domain: stream
dtype: short
outputs:
- domain: stream
dtype: byte
templates:
imports: from gnuradio import vocoder
make: vocoder.alaw_encode_sb()
file_format: 1
|