Print this page
12287 errors in audio utility man pages
@@ -4,11 +4,11 @@
NAME
audiotest - test audio device
SYNOPSIS
- audiotest [-24571] [dev] ...
+ audiotest [-2457] [-l] [-r rate] [dev] ...
DESCRIPTION
The audiotest utility runs a test for the named audio device (or all
audio devices found on the system if none is given). The test includes
@@ -16,14 +16,18 @@
playback for clock drift.
OPTIONS
The following options are supported:
- -1
+ -l
Loop mode. The test is run in an infinite loop.
+ -r rate
+ Sample rate. By default 48000Hz is used.
+
+
-2
Stereo (2-channel) mode. This is the default mode. Playback
assumes 2 channels are present.
@@ -43,31 +47,21 @@
surround left, surround right, back surround left, back surround
right, and center channels. The low frequency effects channel is
not tested.
-OPERANDS
- dev
- The path the device to test, for example, /dev/dsp0.
+ If multiple modes are specified, the last one specified is used.
-ATTRIBUTES
- See attributes(5) for descriptions of the following attributes:
+OPERANDS
+ dev
+ The path to the device to test, for example, /dev/dsp0.
-
- +--------------------+-----------------+
- | ATTRIBUTE TYPE | ATTRIBUTE VALUE |
- +--------------------+-----------------+
- |Architecture | SPARC, x86 |
- +--------------------+-----------------+
- |Interface Stability | Committed |
- +--------------------+-----------------+
-
SEE ALSO
- audioconvert(1), audiorecord(1), attributes(5), audio(7I)
+ audioconvert(1), audiorecord(1), audio(7I)
BUGS
audiotest has no way to detect the number of actual audio channels
supported by the physical device.
@@ -78,6 +72,6 @@
There is no test for audio capture, volume controls, or other advanced
device features.
- May 13, 2017 AUDIOTEST(1)
+ February 8, 2020 AUDIOTEST(1)