Currently it seems beep uses square waves for acoustics however, sines are softer and it would be nice to have beep output whatever it does already but as sines so for an ordinary command for example:
$ beep -f 1000 -n -f 2000 -n -f 1500
but for sines we add -t and for sine output
$beep -t sine -f 1000 -n -f 2000 -n -f 1500
it would be a refreshing change to have.
Currently it seems beep uses square waves for acoustics however, sines are softer and it would be nice to have beep output whatever it does already but as sines so for an ordinary command for example:
$ beep -f 1000 -n -f 2000 -n -f 1500
but for sines we add -t and for sine output
$beep -t sine -f 1000 -n -f 2000 -n -f 1500
it would be a refreshing change to have.