Creates a silence period in vorbis format
oggSilence [options] outfile.ogg
oggSilence creates a vorbis file with a silence duration which length is specified by the -l option.
Duration of the silence in ms. Default: 60000
Example: -l 5000
Sample rate of the output file in Hz. Default: 44100
Example: -r 16000
Data rate of the silence file in bit/s. Default: 64000
Example: -d 64000
Number of output channels. Default: 2
Example: -n 2
oggSilence -d 32000 -r 16000 -n 2 -l 10000 silence.ogg
Joern Seger <yorn at gmx dot net>