Print this page
12287 errors in audio utility man pages
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/man/man1/audioctl.1.man.txt
+++ new/usr/src/man/man1/audioctl.1.man.txt
1 1 AUDIOCTL(1) User Commands AUDIOCTL(1)
2 2
3 3
4 4
5 5 NAME
6 6 audioctl - audio device control command line interface
7 7
8 8 SYNOPSIS
9 9 audioctl list-devices
10 10
11 11
12 12 audioctl show-device [-v] [-d device]
13 13
14 14
15 15 audioctl show-control [-v] [-d device] [control ...]
16 16
↓ open down ↓ |
16 lines elided |
↑ open up ↑ |
17 17
18 18 audioctl set-control [-v] [-d device] control value
19 19
20 20
21 21 audioctl save-controls [-d device] [-f] file
22 22
23 23
24 24 audioctl load-controls [-d device] file
25 25
26 26
27 + audioctl help
28 +
29 +
27 30 DESCRIPTION
28 31 The audioctl command is used to control various settings and features
29 32 of audio devices, including mixer settings such as playback volume and
30 33 record gain.
31 34
32 35 SUBCOMMANDS
33 36 The audioctl command supports the following subcommands.
34 37
35 38 list-devices
36 39
37 40 List all the audio devices on the system.
38 41
39 42
40 - show-device [-v] [-d device] [control ... ]
43 + show-device [-v] [-d device]
41 44
42 45 Display an informational overview of device (or the default device
43 46 if not specified). If the -v option is specified, then more detail
44 47 will be displayed.
45 48
46 49
47 - show-control [-v] [-d device]
50 + show-control [-v] [-d device] [control ... ]
48 51
49 52 Display the control settings for one or more controls of a device
50 53 (or the default device if not specified). If no control is
51 54 specified, then the settings for all controls will be displayed. If
52 55 the -v option is specified, then more detail will be displayed.
53 56
54 57
55 58 set-control [-v] [-d device] control value
56 59
57 60 Set the control settings for a control of a device (or the default
58 61 device if not specified) to value. If the -v option is specified,
59 62 then more verbose output be displayed.
60 63
61 64
62 65 save-controls [-f] [-d device] file
63 66
64 67 Save all control settings of the device (or the default device if
↓ open down ↓ |
7 lines elided |
↑ open up ↑ |
65 68 not specified) to the named file. This subcommand will not replace
66 69 or modify an existing file unless -f (force) is specified.
67 70
68 71
69 72 load-controls [-d device] file
70 73
71 74 Load previously saved control settings from a file into a device
72 75 (or all audio devices if not specified).
73 76
74 77
78 + help
79 +
80 + Display the usage message.
81 +
82 +
75 83 ENVIRONMENT VARIABLES
76 84 AUDIODEV
77 85 The full path name of the default audio device to use if
78 86 one is not specified on the command line. If this variable
79 87 is not set, /dev/audio is used.
80 88
81 89
82 -
83 90 ATTRIBUTES
84 - See attributes(5) for descriptions of the following attributes:
85 -
86 -
87 -
88 -
89 - +--------------------+-----------------+
90 - | ATTRIBUTE TYPE | ATTRIBUTE VALUE |
91 - +--------------------+-----------------+
92 - |Interface Stability | See below. |
93 - +--------------------+-----------------+
94 91 The audioctl command and its subcommands are Committed. The names of
95 92 controls, their values, and device names are Uncommitted. The display
96 93 output is intended for human consumption, and is Not An Interface. The
97 94 format of the state files used by the save-controls and load-controls
98 95 subcommands is Committed Private.
99 96
100 97 SEE ALSO
101 - audioplay(1), audiorecord(1), dsp(7I), mixer(7I), attributes(5)
98 + audioplay(1), audiorecord(1), dsp(7I), mixer(7I)
102 99
103 100
104 101
105 - March 18, 2011 AUDIOCTL(1)
102 + February 8, 2020 AUDIOCTL(1)
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX