From: Fred T. Hamster Date: Sat, 7 Dec 2024 17:21:38 +0000 (-0500) Subject: updated for pipewire X-Git-Tag: 2.140.189^2~87 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=1826c3016f09e0ca777d668abb23827d4ca2ecb1;p=feisty_meow.git updated for pipewire --- 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