Print this page
12287 errors in audio utility man pages
*** 60,70 ****
Verbose: Prints messages on the standard error when waiting
for access to the audio device or when sample rate
deviations are detected.
! -\?
Help: Prints a command line usage message.
OPERANDS
file
--- 60,70 ----
Verbose: Prints messages on the standard error when waiting
for access to the audio device or when sample rate
deviations are detected.
! -?
Help: Prints a command line usage message.
OPERANDS
file
*** 77,87 ****
variable is consulted (see below).
USAGE
See largefile(5) for the description of the behavior of audioplay when
! encountering files greater than or equal to 2 Gbyte ( 2^31 bytes).
ENVIRONMENT VARIABLES
AUDIODEV
The full path name of the audio device to write to, if no
-d argument is supplied. If the AUDIODEV variable is not
--- 77,87 ----
variable is consulted (see below).
USAGE
See largefile(5) for the description of the behavior of audioplay when
! encountering files greater than or equal to 2 Gbyte (2^31 bytes).
ENVIRONMENT VARIABLES
AUDIODEV
The full path name of the audio device to write to, if no
-d argument is supplied. If the AUDIODEV variable is not
*** 94,119 ****
pathnames. The current directory (.) can be specified
explicitly in the search path. If the AUDIOPATH variable
is not set, only the current directory is searched.
- ATTRIBUTES
- See attributes(5) for descriptions of the following attributes:
-
-
-
-
- +--------------------+-----------------+
- | ATTRIBUTE TYPE | ATTRIBUTE VALUE |
- +--------------------+-----------------+
- |Architecture | SPARC, x86 |
- +--------------------+-----------------+
- |Interface Stability | Committed |
- +--------------------+-----------------+
-
SEE ALSO
! audioconvert(1), audiorecord(1), attributes(5), largefile(5), audio(7I)
BUGS
audioplay currently supports a limited set of audio format conversions.
If the audio file is not in a format supported by the audio device, it
must first be converted. For example, to convert to voice format on the
--- 94,105 ----
pathnames. The current directory (.) can be specified
explicitly in the search path. If the AUDIOPATH variable
is not set, only the current directory is searched.
SEE ALSO
! audioconvert(1), audiorecord(1), largefile(5), audio(7I)
BUGS
audioplay currently supports a limited set of audio format conversions.
If the audio file is not in a format supported by the audio device, it
must first be converted. For example, to convert to voice format on the
*** 128,133 ****
output. If this is the case, you should convert to a temporary file
before playing the data.
! May 13, 2017 AUDIOPLAY(1)
--- 114,119 ----
output. If this is the case, you should convert to a temporary file
before playing the data.
! February 8, 2020 AUDIOPLAY(1)