Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/audio/record Be more verbose in description of -e.



details:   https://anonhg.NetBSD.org/src/rev/1bb848f830ab
branches:  trunk
changeset: 522038:1bb848f830ab
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Feb 10 16:46:44 2002 +0000

description:
Be more verbose in description of -e.

diffstat:

 usr.bin/audio/record/audiorecord.1 |  17 +++++++++++++++--
 1 files changed, 15 insertions(+), 2 deletions(-)

diffs (33 lines):

diff -r 8237d283b590 -r 1bb848f830ab usr.bin/audio/record/audiorecord.1
--- a/usr.bin/audio/record/audiorecord.1        Sun Feb 10 16:25:49 2002 +0000
+++ b/usr.bin/audio/record/audiorecord.1        Sun Feb 10 16:46:44 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: audiorecord.1,v 1.24 2002/02/08 01:36:19 ross Exp $
+.\"    $NetBSD: audiorecord.1,v 1.25 2002/02/10 16:46:44 wiz Exp $
 .\"
 .\" Copyright (c) 1998-1999 Matthew R. Green
 .\" All rights reserved.
@@ -90,9 +90,22 @@
 .Dq alaw ,
 .Dq ulaw
 or
-.Dq linear .
+.Dq linear ,
+or any other value reported by
+.Ic audioctl encodings .
 The default encoding is
 .Dq ulaw .
+If the output format is
+.Dq sun ,
+the file will contain slinear_be samples, if it is
+.Dq wav ,
+then slinear_le, independent of the argument to
+.Fl e .
+Setting the argument to
+.Fl e
+still may be important since it is used in an
+.Xr ioctl 2
+call to the kernel to choose the kind of data provided.
 .It Fl f
 Force.  Normally when appending to audiofiles using the
 .Fl a



Home | Main Index | Thread Index | Old Index