From ae6a4e051eed9df897ae9574756961b975bc4095 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 22 Sep 2024 21:05:46 -0400 Subject: [PATCH] Update command change to plughw --- command | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command b/command index 237f6f5f..3d027a07 100755 --- a/command +++ b/command @@ -79,7 +79,7 @@ else echo "$value" > /dev/null 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