11 lines
264 B
Bash
Executable File
11 lines
264 B
Bash
Executable File
#!/bin/sh -x
|
|
|
|
# Decode and play stereo broadcast FM in realtime.
|
|
|
|
#
|
|
# This code belongs to https://github.com/elvis-epx/sdr
|
|
# No licence information is provided.
|
|
#
|
|
|
|
|
|
rtl_sdr -f 106.3M -s 256k - | ./fm1s.py | sox -t raw -r 32000 -b 16 -c 2 -L -e signed-integer - -d |