sdrplay-fm-radio/nooelec

7 lines
186 B
Bash
Executable File

#! /bin/bash
if ! [ -f nooelec_buffer.iq ]; then
rtl_sdr -f 105.5M -s1M -n 1000000 nooelec_buffer.iq
fi
./fm1s.py < nooelec_buffer.iq > nooelec_buffer.raw
./play.sh < nooelec_buffer.raw