From 67083cd2060271f06b95270f94f97ea989cac167 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Wed, 2 Dec 2020 18:23:43 -0500 Subject: [PATCH] added kill rtl_fm --- groundstation/sstv_decode.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/groundstation/sstv_decode.sh b/groundstation/sstv_decode.sh index d9b5e12b..d551e9a2 100755 --- a/groundstation/sstv_decode.sh +++ b/groundstation/sstv_decode.sh @@ -17,6 +17,8 @@ sudo killall -9 rtl_tcp &>/dev/null sudo killall -9 java &>/dev/null +sudo killall -9 rtl_fm &>/dev/null + sudo killall -9 CubicSDR &>/dev/null rtl_fm -M fm -f 434.9M -s 48k | aplay -D hw:2,0,0 -r 48000 -t raw -f S16_LE -c 1 &