diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2011-06-03 09:01:15 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2011-06-03 09:01:15 +0000 |
commit | 876d5162e1622ff8b50e258aa55235c2d6cd6d11 (patch) | |
tree | 0121288f77096790412ba0a1f0deea0723e8024b /usr.bin/aucat | |
parent | e9228802a977c5de4f37de259912585f0b97d791 (diff) |
update EXAMPLES to use "-joff", since "-jon" is the default
found by peters at schwertfisch.de, thanks
Diffstat (limited to 'usr.bin/aucat')
-rw-r--r-- | usr.bin/aucat/aucat.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/aucat/aucat.1 b/usr.bin/aucat/aucat.1 index dc62e6cca66..7d89ddba038 100644 --- a/usr.bin/aucat/aucat.1 +++ b/usr.bin/aucat/aucat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: aucat.1,v 1.82 2011/05/26 13:30:51 jmc Exp $ +.\" $OpenBSD: aucat.1,v 1.83 2011/06/03 09:01:14 ratchov Exp $ .\" .\" Copyright (c) 2006 Alexandre Ratchov <alex@caoua.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: May 26 2011 $ +.Dd $Mdocdate: June 3 2011 $ .Dt AUCAT 1 .Os .Sh NAME @@ -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 |