7 lines
165 B
Bash
Executable File
7 lines
165 B
Bash
Executable File
#! /bin/bash
|
|
|
|
if ! [ -f sdrplay_int16.iq ]; then
|
|
./demo.py > sdrplay_int16.iq
|
|
fi
|
|
./fm1s_int16.py < sdrplay_int16.iq > sdrplay_int16.raw
|
|
./play.sh < sdrplay_int16.raw |