From 1826c3016f09e0ca777d668abb23827d4ca2ecb1 Mon Sep 17 00:00:00 2001 From: "Fred T. Hamster" Date: Sat, 7 Dec 2024 12:21:38 -0500 Subject: [PATCH] updated for pipewire --- scripts/multimedia/sound_play.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/multimedia/sound_play.sh b/scripts/multimedia/sound_play.sh index a9347998..55c471c5 100644 --- a/scripts/multimedia/sound_play.sh +++ b/scripts/multimedia/sound_play.sh @@ -29,6 +29,9 @@ elif [ ! -z "$(psfind esd)" ]; then elif [ ! -z "$(psfind pulseaudio)" ]; then #echo we see pulse running... BASIC_PLAY_CMD="padsp aplay" +elif [ ! -z "$(psfind pipewire)" ]; then +#echo we see pipewire running... + BASIC_PLAY_CMD="aplay" elif [ ! -z "$(whichable pw-cat)" ]; then BASIC_PLAY_CMD="pw-cat -p" else -- 2.34.1