[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.82 and 1.83

version 1.82, 2011/05/26 13:30:51 version 1.83, 2011/06/03 09:01:14
Line 589 
Line 589 
 channels 6 and 7 into another stereo file using a 96kHz sampling rate for  channels 6 and 7 into another stereo file using a 96kHz sampling rate for
 both:  both:
 .Bd -literal -offset indent  .Bd -literal -offset indent
 $ aucat -r 96000 -C 2:3 -o file1.raw -C 6:7 -o file2.raw  $ aucat -j off -r 96000 -C 2:3 -o file1.raw -C 6:7 -o file2.raw
 .Ed  .Ed
 .Pp  .Pp
 Split a stereo file into two mono files:  Split a stereo file into two mono files:
 .Bd -literal -offset indent  .Bd -literal -offset indent
 $ aucat -n -i stereo.wav -C 0:0 -o left.wav -C 1:1 -o right.wav  $ aucat -n -j off -i stereo.wav -C 0:0 -o left.wav -C 1:1 -o right.wav
 .Ed  .Ed
 .Pp  .Pp
 Start  Start

Legend:
Removed from v.1.82  
changed lines
  Added in v.1.83