update EXAMPLES to use "-joff", since "-jon" is the default

found by peters at schwertfisch.de, thanks
This commit is contained in:
Alexandre Ratchov 2011-06-03 11:07:16 +02:00
parent 2d6fc0ec68
commit 0101028663
1 changed files with 2 additions and 2 deletions

View File

@ -589,12 +589,12 @@ Record channels 2 and 3 into one stereo file and
channels 6 and 7 into another stereo file using a 96kHz sampling rate for
both:
.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
.Pp
Split a stereo file into two mono files:
.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
.Pp
Start