diff --git a/groundstation/sstv_decode.sh b/groundstation/sstv_decode.sh index c7afae2e..b539d2b0 100755 --- a/groundstation/sstv_decode.sh +++ b/groundstation/sstv_decode.sh @@ -1,5 +1,5 @@ #!/bin/bash -# script to decode SSTV using rtl_fm and QSSTV from the CubeSatSim +# script to decode SSTV using rtl_fm and QSSTV from the C echo "Script to decode SSTV from the CubeSatSim for ARISS Radio Pi" @@ -27,6 +27,7 @@ qsstv & sleep 5 -rtl_fm -M fm -f 434.9M -s 48k | aplay -D hw:2,0,0 -r 48000 -t raw -f S16_LE -c 1 & +#rtl_fm -M fm -f 434.9M -s 48k | aplay -D hw:2,0,0 -r 48000 -t raw -f S16_LE -c 1 & +rtl_fm -M fm -f 434.9M -s 48k | tee >(aplay -D hw:${2:0:1},0,0 -r 48000 -t raw -f S16_LE -c 1) | aplay -D hw:0,0 -r 48000 -t raw -f S16_LE -c 1 $SHELL