|Interested in a method of creating a ideally silent
 |wav or aiff file of user-specified minutes/seconds.
 |"Ideally silent," meaning, listener be damned, the
 |result is what wav or aiff format specs state to be
 |silence of the given duration...

something like

dd bs=1 count=1w if=/dev/zero |sox -t sw -r 44100 -c 1 - -t wav silence.wav

should be a 1 sample mono silence file?

count=44100w one second etc ..



would be cool as a cgi-application ...
http://silence.org/cgi/audio?len=lengthinsamples

Reply via email to