1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135
|
<!--
$NCDId: @(#)auctl.man,v 1.6 1994/06/01 17:43:34 greg Exp $
-->
<!-- manual page source format generated by PolyglotMan v3.0.8+X.Org, -->
<!-- available at http://polyglotman.sourceforge.net/ -->
<html>
<head>
<title>AUCTL(1) manual page</title>
</head>
<body bgcolor='#efefef' text='black' link='blue' vlink='#551A8B' alink='red'>
<a href='#toc'>Table of Contents</a><p>
<h2><a name='sect0' href='#toc0'>Name</a></h2>
auctl - control various audio server parameters
<h2><a name='sect1' href='#toc1'>Synopsys</a></h2>
<b>auctl</b> [-audio
<i>servername</i>] [-q] [<i>command...</i>]
<h2><a name='sect2' href='#toc2'>Description</a></h2>
The <i>auctl</i> program can be used to control
various audio server parameters. It is typically used when connecting up
new devices, or to set user preferences. If no command is specified on
the program command line, <i>auctl</i> reads commands from the standard output.
If the standard input and standard output are both attached to a terminal,
an interactive prompt is provided.
<h2><a name='sect3' href='#toc3'>Options</a></h2>
The following options may be used
with <i>auctl</i>:
<dl>
<dt><b>-audio </b><i>servername</i> </dt>
<dd>This option specifies the Network Audio System
server on which the files should be played. </dd>
<dt><b>-q</b> </dt>
<dd>This option indicates that
no prompt should be given when reading commands from the standard input.
</dd>
</dl>
<h2><a name='sect4' href='#toc4'>Commands</a></h2>
The following commands may be used with <i>auctl</i>:
<dl>
<dt><b>help</b> </dt>
<dd>This command
prints a list of the commands that may be given. </dd>
<dt><b>set device <i>id</i> gain [=,+,-]
<i>percent</i></b> </dt>
<dd>With <i>=</i>, this command sets the gain on the device specified by <i>id</i>
to the indicated percentage, or alters it by the given number of percentage
points if <i>+</i> or <i>-</i> is used. If the <i>id</i> is a decimal number <b>n</b>, the <i>nth</i> device
returned by the server (see <i>auinfo</i>) is used. Otherwise, <i>id</i> should be a
hexidecimal number specifying the resource identifier of the desired device.
</dd>
<dt><b>set device <i>id</i> linemode = low</b> </dt>
<dd>This command sets the linemode of the device
specified by <i>id</i> to the lower setting appropriate for microphones. </dd>
<dt><b>set device
<i>id</i> linemode = hi</b> </dt>
<dd>This command sets the linemode of the device specified
by <i>id</i> to the higher setting appropriate for CD players. </dd>
<dt><b>list device <i>id</i> gain</b>
</dt>
<dd>This command lists the gain of the specified device in the form needed
to set it. </dd>
<dt><b>list device <i>id</i> linemode</b> </dt>
<dd>This command lists the line mode of the
specified device in the form needed to set it. </dd>
<dt><b>list device <i>id</i></b> </dt>
<dd>This command
lists the gain and line mode of the specified device. </dd>
<dt><b>quit, exit, or ^D</b> </dt>
<dd>Either
of these commands or an end of file causes the program to exit. </dd>
</dl>
<h2><a name='sect5' href='#toc5'>Environment
Variables</a></h2>
<p>
The following environment variables are used by <i>auctl</i>:
<dl>
<dt><b>AUDIOSERVER</b>
</dt>
<dd>This specifies the name of default audio server to contact if no name is
explicitly given on the command line. </dd>
<dt><b>DISPLAY</b> </dt>
<dd>This specifies the name of
an X Window System display that should be assumed to also have a corresponding
Network Audio System server. </dd>
</dl>
<h2><a name='sect6' href='#toc6'>See Also</a></h2>
<a href='nas.1.html'>nas(1)</a>
, <a href='auplay.1.html'>auplay(1)</a>
, <a href='audial.1.html'>audial(1)</a>
, <a href='audemo.1.html'>audemo(1)</a>
,
<a href='autool.1.html'>autool(1)</a>
<h2><a name='sect7' href='#toc7'>Copyright</a></h2>
Copyright 1993, 1994 Network Computing Devices, Inc.
<h2><a name='sect8' href='#toc8'>Author</a></h2>
Jim Fulton, Network Computing Devices, Inc.
<p>
<p>
<p> <p>
<hr><p>
<a name='toc'><b>Table of Contents</b></a><p>
<ul>
<li><a name='toc0' href='#sect0'>Name</a></li>
<li><a name='toc1' href='#sect1'>Synopsys</a></li>
<li><a name='toc2' href='#sect2'>Description</a></li>
<li><a name='toc3' href='#sect3'>Options</a></li>
<li><a name='toc4' href='#sect4'>Commands</a></li>
<li><a name='toc5' href='#sect5'>Environment Variables</a></li>
<li><a name='toc6' href='#sect6'>See Also</a></li>
<li><a name='toc7' href='#sect7'>Copyright</a></li>
<li><a name='toc8' href='#sect8'>Author</a></li>
</ul>
</body>
</html>
|