From b87e763c5adbd49158642bdc2eb02a6e35129c83 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Wed, 17 Jan 2024 23:45:58 -0500 Subject: [PATCH] updated for pipewire with pw-cat getting this into dev after erroneously adding change directly to main branch --- scripts/multimedia/sound_play.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/multimedia/sound_play.sh b/scripts/multimedia/sound_play.sh index 66b859f9..a9347998 100644 --- a/scripts/multimedia/sound_play.sh +++ b/scripts/multimedia/sound_play.sh @@ -29,6 +29,8 @@ elif [ ! -z "$(psfind esd)" ]; then elif [ ! -z "$(psfind pulseaudio)" ]; then #echo we see pulse running... BASIC_PLAY_CMD="padsp aplay" +elif [ ! -z "$(whichable pw-cat)" ]; then + BASIC_PLAY_CMD="pw-cat -p" else echo "I don't know how to play basic sound files for this OS and sound system." fi -- 2.34.1