Print this page
12287 errors in audio utility man pages

*** 1,30 **** '\" te .\" Copyright (c) 2009, Sun Microsystems, Inc. All Rights Reserved .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. .\" See the License for the specific language governing permissions and limitations under the License. When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the .\" fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] ! .TH AUDIORECORD 1 "May 13, 2017" .SH NAME audiorecord \- record an audio file .SH SYNOPSIS - .LP .nf ! \fBaudiorecord\fR [\fB-af\fR] [\fB-v\fR \fIvol\fR] [\fB-c\fR \fIchannels\fR] [\fI-s\fR \fIrate\fR] [\fB-e\fR \fIencoding\fR] [\fB-t\fR \fItime\fR] [\fB-i\fR \fIinfo\fR] [\fB-d\fR \fIdev\fR] ! [\fB-T\fR \fBau\fR | \fBaif\fR[\fBf\fR] | \fBwav\fR] [\fIfile\fR[.\fBau\fR|.\fBaif\fR[\fBf\fR]]|.\fBwav\fR] .fi .SH DESCRIPTION - .LP The \fBaudiorecord\fR utility copies audio data from the audio device to a named audio file, or to the standard output if no filename is present. If no output file is specified and standard output is a tty, the program exits with an error message. .sp .LP ! By default, monaural audio data is recorded at 8 kHz and encoded in \fB-law\fR format. If the audio device supports additional configurations, the \fB-c\fR, \fB-s\fR, and \fB-e\fR options may be used to specify the data format. The output file is prefixed by an audio file header that identifies the format of the data encoded in the file. .sp --- 1,29 ---- '\" te .\" Copyright (c) 2009, Sun Microsystems, Inc. All Rights Reserved + .\" Copyright 2020 Peter Tribble. .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. .\" See the License for the specific language governing permissions and limitations under the License. When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the .\" fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] ! .TH AUDIORECORD 1 "Feb 8, 2020" .SH NAME audiorecord \- record an audio file .SH SYNOPSIS .nf ! \fBaudiorecord\fR [\fB-af\fR] [\fB-v\fR \fIvol\fR] [\fB-c\fR \fIchannels\fR] [\fB-s\fR \fIrate\fR] [\fB-e\fR \fIencoding\fR] [\fB-t\fR \fItime\fR] [\fB-i\fR \fIinfo\fR] [\fB-d\fR \fIdev\fR] ! [\fB-T\fR \fBau\fR|\fBaif\fR[\fBf\fR]|\fBwav\fR] [\fIfile\fR[.\fBau\fR|.\fBaif\fR[\fBf\fR]|.\fBwav\fR]] .fi .SH DESCRIPTION The \fBaudiorecord\fR utility copies audio data from the audio device to a named audio file, or to the standard output if no filename is present. If no output file is specified and standard output is a tty, the program exits with an error message. .sp .LP ! By default, monaural audio data is recorded at 8 kHz and encoded in \fBu-law\fR format. If the audio device supports additional configurations, the \fB-c\fR, \fB-s\fR, and \fB-e\fR options may be used to specify the data format. The output file is prefixed by an audio file header that identifies the format of the data encoded in the file. .sp
*** 35,50 **** .sp .LP If the audio device is unavailable, that is, if another process currently has read access, \fBaudiorecord\fR prints an error message and exits immediately. .SH OPTIONS - .LP The following options are supported: .sp .ne 2 .na ! \fB\fB-\e?\fR\fR .ad .RS 24n \fIHelp\fR: Prints a command line usage message. .RE --- 34,48 ---- .sp .LP If the audio device is unavailable, that is, if another process currently has read access, \fBaudiorecord\fR prints an error message and exits immediately. .SH OPTIONS The following options are supported: .sp .ne 2 .na ! \fB\fB-?\fR\fR .ad .RS 24n \fIHelp\fR: Prints a command line usage message. .RE
*** 163,173 **** .RE .SH OPERANDS .ne 2 .na ! \fB\fIfile\fR[\fB\&.au\fR|\fB\&.aif\fR[\fBf\fR]]|\fB\&.wav\fR\fR .ad .sp .6 .RS 4n \fIFile Specification\fR: The named audio file is rewritten, or appended. If no filename is present, and standard output is not a tty, or if the special --- 161,171 ---- .RE .SH OPERANDS .ne 2 .na ! \fIfile\fR[\fB\&.au\fR|\fB\&.aif\fR[\fBf\fR]|\fB\&.wav\fR] .ad .sp .6 .RS 4n \fIFile Specification\fR: The named audio file is rewritten, or appended. If no filename is present, and standard output is not a tty, or if the special
*** 179,191 **** \fB-T\fR option \fBis\fR specified, that file type is used regardless of the file suffix. .RE .SH USAGE - .LP See \fBlargefile\fR(5) for the description of the behavior of \fBaudiorecord\fR ! when encountering files greater than or equal to 2 Gbyte ( 2^31 bytes). .SH ENVIRONMENT VARIABLES .ne 2 .na \fB\fBAUDIODEV\fR\fR .ad --- 177,188 ---- \fB-T\fR option \fBis\fR specified, that file type is used regardless of the file suffix. .RE .SH USAGE See \fBlargefile\fR(5) for the description of the behavior of \fBaudiorecord\fR ! when encountering files greater than or equal to 2 Gbyte (2^31 bytes). .SH ENVIRONMENT VARIABLES .ne 2 .na \fB\fBAUDIODEV\fR\fR .ad
*** 193,218 **** The full path name of the audio device to record from, if no \fB-d\fR argument is supplied. If the \fBAUDIODEV\fR variable is not set, \fB/dev/audio\fR is used. .RE - .SH ATTRIBUTES - .LP - See \fBattributes\fR(5) for descriptions of the following attributes: - .sp - - .sp - .TS - box; - c | c - l | l . - ATTRIBUTE TYPE ATTRIBUTE VALUE - _ - Architecture SPARC, x86 - _ - Interface Stability Committed - .TE - .SH SEE ALSO - .LP \fBaudioconvert\fR(1), \fBaudioplay\fR(1), ! \fBattributes\fR(5), \fBlargefile\fR(5), \fBaudio\fR(7I) --- 190,197 ---- The full path name of the audio device to record from, if no \fB-d\fR argument is supplied. If the \fBAUDIODEV\fR variable is not set, \fB/dev/audio\fR is used. .RE .SH SEE ALSO \fBaudioconvert\fR(1), \fBaudioplay\fR(1), ! \fBlargefile\fR(5), \fBaudio\fR(7I)