diff --git a/groundstation/sstv_decode_prompt.sh b/groundstation/sstv_decode_prompt.sh index 20efa868..43203414 100755 --- a/groundstation/sstv_decode_prompt.sh +++ b/groundstation/sstv_decode_prompt.sh @@ -104,6 +104,8 @@ sleep 5 #sudo systemctl restart cubesatsim +if [ "$choice" != "4" ]; then + value=`aplay -l | grep "Loopback"` echo "$value" > /dev/null set -- $value @@ -114,4 +116,6 @@ rtl_fm -M fm -f $frequency -s 48k | tee >(aplay -D hw:${2:0:1},0,0 -r 48000 -t r sleep 5 +fi + #$SHELL