1audiotest(1) User Commands audiotest(1)
2
3
4
6 audiotest - test audio device
7
9 audiotest [-24571] [dev] ...
10
11
13 The audiotest utility runs a test for the named audio device (or all
14 audio devices found on the system if none is given). The test includes
15 playing an audio sample over each channel and measuring the rate of
16 playback for clock drift.
17
19 The following options are supported:
20
21 -1 Loop mode. The test is run in an infinite loop.
22
23
24 -2 Stereo (2-channel) mode. This is the default mode. Playback
25 assumes 2 channels are present.
26
27
28 -4 Quadraphonic mode (4-channel surround). The test assumes that
29 four surround channels are present.
30
31
32 -5 Surround sound mode (5.1). The test checks the left, right, sur‐
33 round left, surround right, and center channels. The low fre‐
34 quency effects channel is not tested.
35
36
37 -7 Surround sound mode (7.1). The test checks the left, right, sur‐
38 round left, surround right, back surround left, back surround
39 right, and center channels. The low frequency effects channel is
40 not tested.
41
42
44 dev The path the device to test, for example, /dev/dsp0.
45
46
48 See attributes(5) for descriptions of the following attributes:
49
50
51
52
53 ┌─────────────────────────────┬─────────────────────────────┐
54 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
55 ├─────────────────────────────┼─────────────────────────────┤
56 │Architecture │SPARC, x86 │
57 ├─────────────────────────────┼─────────────────────────────┤
58 │Availability │SUNWauda │
59 ├─────────────────────────────┼─────────────────────────────┤
60 │Interface Stability │Committed │
61 └─────────────────────────────┴─────────────────────────────┘
62
64 audioconvert(1), audiorecord(1), mixerctl(1), attributes(5), audio(7I)
65
67 audiotest has no way to detect the number of actual audio channels sup‐
68 ported by the physical device.
69
70
71 audiotest does not test the low-frequency effects (LFE) channel.
72
73
74 There is no test for audio capture, volume controls, or other advanced
75 device features.
76
77
78
79SunOS 5.11 5 May 2009 audiotest(1)