[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.69 and 1.70

version 1.69, 2010/04/22 17:43:30 version 1.70, 2010/06/04 06:15:28
Line 24 
Line 24 
 .Nm aucat  .Nm aucat
 .Bk -words  .Bk -words
 .Op Fl dlnu  .Op Fl dlnu
   .Op Fl a Ar flag
 .Op Fl b Ar nframes  .Op Fl b Ar nframes
 .Op Fl C Ar min : Ns Ar max  .Op Fl C Ar min : Ns Ar max
 .Op Fl c Ar min : Ns Ar max  .Op Fl c Ar min : Ns Ar max
Line 58 
Line 59 
 .Pp  .Pp
 The options are as follows:  The options are as follows:
 .Bl -tag -width Ds  .Bl -tag -width Ds
   .It Fl a Ar flag
   Control whether
   .Nm
   opens the device only when needed or keeps it open all the time.
   If the flag is
   .Va on
   then the device is kept open all the time, ensuring no other program can
   steal it.
   If the flag is
   .Va off ,
   then it's automatically closed, allowing other programs to have direct
   access to the device, or the device to be disconnected.
   The default is
   .Va on .
 .It Fl b Ar nframes  .It Fl b Ar nframes
 The buffer size of the audio device in frames.  The buffer size of the audio device in frames.
 A frame consists of one sample for each channel in the stream.  A frame consists of one sample for each channel in the stream.
Line 553 
Line 568 
 .Va midithru:0  .Va midithru:0
 MIDI device:  MIDI device:
 .Bd -literal -offset indent  .Bd -literal -offset indent
 $ aucat -f aucat:0.mmc -t slave -q midithru:0 -i file.wav  $ aucat -t slave -q midithru:0 -i file.wav -f aucat:0.mmc
 .Ed  .Ed
 .Pp  .Pp
 At this stage,  At this stage,

Legend:
Removed from v.1.69  
changed lines
  Added in v.1.70