The Joy of UNIX
UNIX credo: you can do anything from a single command line (as long as the line is allowed to be arbitrarily long).
Case in point: generating a white noise audio file
sox -t sl -r 44100 -c 2 /dev/zero \ -r 44100 -c 2 -w whitenoise.wav synth 10:00 whitenoise vol 0.6 fade q 10 10:00 10
No comments:
Post a Comment