From: Dan White Date: Mon, 18 Jan 2021 16:35:07 +0000 (-0600) Subject: timeSampler: reduce playback volume X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=3380e4bf92b9c9d201cc44cf191c6bc0c1b25623;p=pubbin.git timeSampler: reduce playback volume --- 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