[BACK]Return to aucat.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / aucat

Diff for /src/usr.bin/aucat/aucat.1 between version 1.24 and 1.25

version 1.24, 2008/06/02 23:38:05 version 1.25, 2008/06/03 19:27:42
Line 52 
Line 52 
 .Pp  .Pp
 The options are as follows:  The options are as follows:
 .Bl -tag -width "-m mmmmmmmm "  .Bl -tag -width "-m mmmmmmmm "
 .It Fl C Ar min : Ns Ar max  .It Xo
 The range of channel numbers on the output stream.  .Fl C Ar min : Ns Ar max ,
   .Fl c Ar min : Ns Ar max
   .Xc
   The range of channel numbers on the output or input stream, respectively.
 The default is 0:1, i.e. stereo.  The default is 0:1, i.e. stereo.
 .It Fl c Ar min : Ns Ar max  .It Fl E Ar enc , Fl e Ar enc
 The range of channel numbers on the input stream.  Encoding of the output or input stream, respectively (see below).
 The default is 0:1, i.e. stereo.  
 .It Fl E Ar enc  
 Encoding of the output stream (see below).  
 The default is signed, 16-bit, native byte order.  The default is signed, 16-bit, native byte order.
 .It Fl e Ar enc  
 Encoding of the input stream (see below).  
 The default is signed, 16-bit, native byte order.  
 .It Fl f Ar device  .It Fl f Ar device
 The  The
 .Xr audio 4  .Xr audio 4
 device to use for playing and/or recording.  device to use for playing and/or recording.
 The default is  The default is
 .Pa /dev/audio .  .Pa /dev/audio .
 .It Fl H Ar fmt  .It Fl H Ar fmt , Fl h Ar fmt
 File format of the output stream (see below).  File format of the output or input stream, respectively (see below).
 The default is auto.  The default is auto.
 .It Fl h Ar fmt  
 File format of the input stream (see below).  
 The default is auto.  
 .It Fl i Ar file  .It Fl i Ar file
 Add this file to the list of files to play.  Add this file to the list of files to play.
 If the option argument is  If the option argument is
Line 88 
Line 82 
 then standard output will be used.  then standard output will be used.
 .It Fl q  .It Fl q
 Do not print progress information; run quietly.  Do not print progress information; run quietly.
 .It Fl R Ar rate  .It Fl R Ar rate , Fl r Ar rate
 Sample rate in Hertz of the output stream.  Sample rate in Hertz of the output or input stream, respectively.
 The default is 44100Hz.  
 .It Fl r Ar rate  
 Sample rate in Hertz of the input stream.  
 The default is 44100Hz.  The default is 44100Hz.
 .It Fl u  .It Fl u
 Normally  Normally

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25