You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
224 B
5 lines
224 B
2 years ago
|
function pocsag-gqrx
|
||
|
socat stdout udp-listen:9999 | sox -t raw -esigned-integer -b 16 \
|
||
|
-r 48000 - -esigned-integer -b 16 -r 22050 -t raw - | multimon-ng -t raw \
|
||
|
-a POCSAG512 -a POCSAG1200 -a POCSAG2400 -f alpha -
|
||
|
end
|