add binaural noise to noisescript
This commit is contained in:
parent
4048720e54
commit
76ccd52540
@ -1,10 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
len='7:00:00'
|
case "$1" in
|
||||||
|
"binaural") play -n -t sl - synth sine %-29 sine %-30 ;;
|
||||||
if [ "$1" != '' ]; then
|
"brown"|*) play -t sl - synth brownnoise band -n 1200 200 tremolo 20 .1 < /dev/zero ;;
|
||||||
len=$1
|
esac
|
||||||
fi
|
|
||||||
|
|
||||||
play -t sl - synth $len brownnoise \
|
|
||||||
band -n 1200 200 tremolo 20 .1 < /dev/zero
|
|
||||||
|
Loading…
Reference in New Issue
Block a user