Update sstv_decode_prompt.sh add Loopback info

fiabv4-auto-tune-fm
Alan Johnston 1 month ago committed by GitHub
parent 0cfa505190
commit f595a2b0fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -134,7 +134,8 @@ if [[ $(grep "0" out.txt) ]] ; then
gpio -g write 21 1
echo
echo "If you want to use the FM TXC as your receiver, go under Options/Configuration/Sound and for Input Audio Device select 'hw:CARD=Device,DEV=0 - USB Audio Device' then OK."
echo "If you want to use the FM TXC as your receiver, go under Options/Configuration/Sound and for Input Audio Device select 'hw:CARD=Device,DEV=0 -- USB Audio Device' then OK then click Play (triangle icon)."
echo "If you want to use the RTL-SDR as your receiver, go under Options/Configuration/Sound and for Input Audio Device select 'hw:CARD=Loopback,DEV=1 -- Loopback, Loopback PCM' then OKthen click Play (triangle icon)."
echo
sleep 10
@ -169,6 +170,7 @@ if [[ $(grep "No supported" out.txt) ]] || [[ $(grep "Failed to open" out.txt) ]
else
echo
echo "RTL-SDR detected."
echo

Loading…
Cancel
Save

Powered by TurnKey Linux.