1AUPANEL(1) General Commands Manual AUPANEL(1)
2
3
4
6 aupanel - allows user adjustment of Network Audio System device
7 attributes
8
10 aupanel [-audio servername] [-device id] [-interval seconds]
11
13 aupanel provides an X-based window-oriented interface allowing the user
14 to adjust the attributes of the devices provided by the Network Audio
15 System service.
16
18 The following options may be used with aupanel:
19
20 -audio servername
21 This option specifies the Network Audio System server to con‐
22 tact.
23
24 -device id
25 This option specifies the initially activated audio device on
26 the server. If the id is a decimal number n, the nth device
27 returned by the server is used. If it is a hexadecimal number
28 (starting with 0x) it is used as the resource identifier of the
29 desired device. Otherwise, id should be the exact device name
30 (e.g. Stereo Channel Output). You can use auinfo to query an
31 audioserver for this information.
32
33 -interval seconds
34 aupanel queries the device attributes in regular intervals with
35 a default length of 10 seconds. With this option a different
36 interval length can be specified. Using an interval length of 0
37 disables the automatic querying.
38
39 Additionally, options from the Athena Widget Set can be used.
40
42 aupanel uses the X Toolkit Intrinsics and the Athena Widget Set. For
43 more information, see the Athena Widget Set documentation.
44
46 To adjust the attributes of a device, select the desired device from
47 the Devices menu. The device gain may be adjusted using the Gain
48 slider. If applicable, the device input mode can be toggled between
49 Line-In and Microphone by clicking on the appropriate box. If applica‐
50 ble, the device output mode can be selected by clicking on the Speaker,
51 Headphone, and Line-Out boxes. Some output devices may support combi‐
52 nations of these selections.
53
54 To query the current device attributes, click on the Query button.
55
56 To mute (resp. unmute) the current device, click on the Mute button.
57
59 In addition to the standard toolkit environment variables, the follow‐
60 ing environment variables are used by aupanel:
61
62 AUDIOSERVER
63 This variable specifies the default audio server to contact if
64 -audio is not specified on the command line. If this variable
65 is not set and the -audio is not specified on the command line,
66 aupanel will attempt to connect to the audio server running on
67 the X Window System display.
68
70 nas(1), auctl(1), auinfo(1), X(1)
71
73 Copyright 1993, 1994 Network Computing Devices, Inc.
74
76 Greg Renda, Network Computing Devices, Inc.
77
78
79
80 1.9.4 AUPANEL(1)