1
0
Fork 0
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

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