• Home
  • Raw
  • Download

Lines Matching +full:device +full:- +full:select

1 audiopy - a program to control the Solaris audio device.
9 Audiopy is a program to control the Solaris audio device, allowing
11 output volume. It can be run either as a standalone command-line
19 Using audiopy, you can select one of three possible input devices:
20 the microphone, the line-in jack, or the CD in. These choices are
21 mutually exclusive; you can only have one active input device at
22 any one time (this is enforced by the underlying device). Some
26 devices: the headphone jack, the speakers, or the line-out jack.
36 selected input device; the middle portion contains three
42 can select that device. For example, Alt-s toggles the Speaker
43 device. The Alt accelerators are the same as those you'd use in
44 as the short-form command line switches (see below).
46 Alt-q is also an accelerator for selecting Quit from the File
50 as a GUI, audiopy monitors the audio device and automatically
51 updates its display if the state of the device is changed by some
53 occasionally polling the device, but in Python 1.5.2 no polling is
55 plug 1.5.2 :-).
59 You can run audiopy from the command line to select any
60 combination of input or output device, by using the command line
66 --device[={0,1}]
67 -d[-{0,1}]
69 meaning there is both a long-form and short-form of the switch,
70 where `device' or `d' is one of the following:
73 microphone -- m
74 linein -- i
75 cd -- c
78 headphones -- p
79 speaker -- s
80 lineout -- o
83 device. With a value, 0 turns the device off and 1 turns the
84 device on. Any other value is an error.
87 toggle the cd input device, run audiopy from the command line like
90 % ./audiopy -s=0 -p=1 -c
94 --gain volume
95 -g volume
98 but use the -h option to find the exact values).
100 --version
101 -v
104 --help
105 -h
111 indent-tabs-mode: nil