From 3380e4bf92b9c9d201cc44cf191c6bc0c1b25623 Mon Sep 17 00:00:00 2001 From: Dan White Date: Mon, 18 Jan 2021 10:35:07 -0600 Subject: [PATCH] timeSampler: reduce playback volume --- timeSampler | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/timeSampler b/timeSampler index 5f015fc..b54236e 100755 --- a/timeSampler +++ b/timeSampler @@ -30,7 +30,8 @@ # works as long as the last component isn't a symlink THISDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )" -BEEP="aplay $THISDIR/pop.wav" +#BEEP="aplay $THISDIR/pop.wav" +BEEP="play $THISDIR/pop.wav gain -10" # the delay time between playing the sound and showing the window -- 2.25.1