timeSampler: reduce playback volume
authorDan White <dan@whiteaudio.com>
Mon, 18 Jan 2021 16:35:07 +0000 (10:35 -0600)
committerDan White <dan@whiteaudio.com>
Mon, 18 Jan 2021 16:35:07 +0000 (10:35 -0600)
timeSampler

index 5f015fcfae2c8b368e67e0efd88aa112022aba81..b54236e58e1541a698b3bccaae49a74af83f60b2 100755 (executable)
@@ -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