Source-Changes-HG archive

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

[src/netbsd-1-4]: src/usr.bin/audio/record Pull up revisions 1.6-1.7 (request...



details:   https://anonhg.NetBSD.org/src/rev/d2175a95fd3e
branches:  netbsd-1-4
changeset: 469622:d2175a95fd3e
user:      he <he%NetBSD.org@localhost>
date:      Wed Oct 20 23:18:04 1999 +0000

description:
Pull up revisions 1.6-1.7 (requested by dmcmahill):
  Document AUDIODEVICE and AUDIOCTLDEVICE environment variables
  and the -t option.

diffstat:

 usr.bin/audio/record/audiorecord.1 |  12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diffs (40 lines):

diff -r 717c8ff745d8 -r d2175a95fd3e usr.bin/audio/record/audiorecord.1
--- a/usr.bin/audio/record/audiorecord.1        Wed Oct 20 23:15:02 1999 +0000
+++ b/usr.bin/audio/record/audiorecord.1        Wed Oct 20 23:18:04 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: audiorecord.1,v 1.4.2.1 1999/04/15 03:12:58 mrg Exp $
+.\"    $NetBSD: audiorecord.1,v 1.4.2.2 1999/10/20 23:18:04 he Exp $
 .\"
 .\" Copyright (c) 1998-1999 Matthew R. Green
 .\" All rights reserved.
@@ -115,6 +115,8 @@
 Set the sampling rate.  This value is per-second.  Typical values are
 8000, 44100 and 48000, which are the telephone, CD Audio and DAT Audio
 default sampling rates.
+.It Fl t
+Sets the maximum amount of time to record.  Format is [hh:]mm:ss.
 .It Fl q
 Be quiet.
 .It Fl V
@@ -124,6 +126,13 @@
 .Ar volume .
 This value must be between 0 and 255.
 .El
+.Sh ENVIRONMENT
+.Bl -tag -width AUDIOCTLDEVICE
+.It AUDIOCTLDEVICE
+the audio control device to be used.
+.It AUDIODEVICE
+the audio device to be used.
+.El
 .Sh BUGS
 Many audio device hardware is limited in capabilities.  Any attempt
 to use an audio device beyond it's capabilities will result in an
@@ -149,6 +158,7 @@
 .Xr aria 4 ,
 .Xr audio 4 ,
 .Xr eap 4 ,
+.Xr eso 4 ,
 .Xr ess 4 ,
 .Xr gus 4 ,
 .Xr guspnp 4 ,



Home | Main Index | Thread Index | Old Index