noise to block out noise and noisy people
This commit is contained in:
parent
1850e8e14f
commit
dfccc74063
1 changed files with 10 additions and 0 deletions
10
local/bin/noise
Executable file
10
local/bin/noise
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
len='7:00:00'
|
||||
|
||||
if [ "$1" != '' ]; then
|
||||
len=$1
|
||||
fi
|
||||
|
||||
play -t sl - synth $len brownnoise \
|
||||
band -n 1200 200 tremolo 20 .1 < /dev/zero
|
Loading…
Add table
Add a link
Reference in a new issue