From: Chris Koeritz Date: Thu, 18 Jan 2024 04:45:58 +0000 (-0500) Subject: updated for pipewire with pw-cat X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=b87e763c5adbd49158642bdc2eb02a6e35129c83 updated for pipewire with pw-cat getting this into dev after erroneously adding change directly to main branch --- 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