projects
/
pubbin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
330f2f6
)
timeSampler: reduce playback volume
author
Dan White
<dan@whiteaudio.com>
Mon, 18 Jan 2021 16:35:07 +0000
(10:35 -0600)
committer
Dan White
<dan@whiteaudio.com>
Mon, 18 Jan 2021 16:35:07 +0000
(10:35 -0600)
timeSampler
patch
|
blob
|
history
diff --git
a/timeSampler
b/timeSampler
index 5f015fcfae2c8b368e67e0efd88aa112022aba81..b54236e58e1541a698b3bccaae49a74af83f60b2 100755
(executable)
--- 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