Update command change to plughw

release
Alan Johnston 1 year ago committed by GitHub
parent 56406a1711
commit ae6a4e051e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -79,7 +79,7 @@ else
echo "$value" > /dev/null echo "$value" > /dev/null
set -- $value set -- $value
rtl_fm -M fm -f 435M -s 48k | aplay -D hw:${2:0:1},0,0 -r 48000 -t raw -f S16_LE -c 1 & rtl_fm -M fm -f 435M -s 48k | aplay -D plughw:${2:0:1},0,0 -r 48000 -t raw -f S16_LE -c 1 &
if [ "$debug" = "1" ]; then if [ "$debug" = "1" ]; then

Loading…
Cancel
Save

Powered by TurnKey Linux.