fixed path for WAV files

pull/131/head
alanbjohnston 4 years ago committed by GitHub
parent f2cd796972
commit d9db6352e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -89,12 +89,10 @@ else
echo "$value" > /dev/null
set -- $value
# aplay -D hw:0,0 ~/Recordings/437.098_2021-08-28_10-41-34.wav &
# aplay -D hw:3,0,0 ~/Recordings/437.098_2021-08-28_10-41-34.wav &
# aplay -D hw:0,0 WAV/SDRSharp_20210830_200034Z_437097377Hz_AF.wav &
# aplay -D hw:${2:0:1},0,0 WAV/SDRSharp_20210830_200034Z_437097377Hz_AF.wav &
aplay -D hw:0,0 WAV/beacon_test_2.wav &
aplay -D hw:${2:0:1},0,0 WAV/beacon_test_2.wav &
aplay -D hw:0,0 /home/pi/CubeSatSim/groundstationWAV/beacon_test_2.wav &
aplay -D hw:${2:0:1},0,0 /home/pi/CubeSatSim/groundstationWAV/beacon_test_2.wav &
timeout 30 direwolf -c /home/pi/CubeSatSim/groundstation/direwolf/direwolf-4800.conf -r 48000 -t 0

Loading…
Cancel
Save

Powered by TurnKey Linux.