Print this page
12287 errors in audio utility man pages

*** 4,14 **** NAME audiotest - test audio device SYNOPSIS ! audiotest [-24571] [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 --- 4,14 ---- NAME audiotest - test audio device SYNOPSIS ! 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,29 **** playback for clock drift. OPTIONS The following options are supported: ! -1 Loop mode. The test is run in an infinite loop. -2 Stereo (2-channel) mode. This is the default mode. Playback assumes 2 channels are present. --- 16,33 ---- playback for clock drift. OPTIONS The following options are supported: ! -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,73 **** 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. - 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), audio(7I) BUGS audiotest has no way to detect the number of actual audio channels supported by the physical device. --- 47,67 ---- surround left, surround right, back surround left, back surround right, and center channels. The low frequency effects channel is not tested. + If multiple modes are specified, the last one specified is used. + OPERANDS + dev + The path to the device to test, for example, /dev/dsp0. SEE ALSO ! 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,83 **** There is no test for audio capture, volume controls, or other advanced device features. ! May 13, 2017 AUDIOTEST(1) --- 72,77 ---- There is no test for audio capture, volume controls, or other advanced device features. ! February 8, 2020 AUDIOTEST(1)