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
|
<!--
$NCDId: @(#)autool.man,v 1.7 1994/06/01 17:38:35 greg Exp $
-->
<!-- manual page source format generated by PolyglotMan v3.0.8+X.Org, -->
<!-- available at http://polyglotman.sourceforge.net/ -->
<html>
<head>
<title>AUTOOL(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>
autool - audio play/record tool compatible with <i>audiotool</i>
<h2><a name='sect1' href='#toc1'>Synopsys</a></h2>
<b>audiotool</b>
[-audio <i>servername</i>] [-volume <i>percent</i>] [-display <i>displayname</i>] [-geom geometry]
<i>filename</i>
<h2><a name='sect2' href='#toc2'>Description</a></h2>
The <i>autool</i> program is a replacement for the Sun <i>audiotool</i>
program used to send audio files to Network Audio System servers. It can
be used either by making a symbolic link name <i>audiotool</i> that points to
<i>autool</i> and is before the OpenWindows version or by changing the OpenWindows
deskset bindings database with the <a href='binder.1.html'><i>binder(1)</i></a>
command.
<h2><a name='sect3' href='#toc3'>Options</a></h2>
The following
options may be used with the <i>autool</i> program:
<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>-volume </b><i>0-100</i> </dt>
<dd>This option specifies the volume at which the data should
be played as a percentage of the maximum possible volume. The default
is 10 percent. </dd>
<dt><b>-display </b><i>displayname</i> </dt>
<dd>This option specifies the X Window System
on which the control panel should be displayed. </dd>
<dt><b>-geom </b><i>geometry</i> </dt>
<dd>This option
specifies the position and size of the control panel. </dd>
</dl>
<h2><a name='sect4' href='#toc4'>Configuring Openwindows
to Use Autool</a></h2>
<p>
OpenWindows users can configure deskset applications to use
<i>autool</i> to play audio files through following steps:
<ol>
.<li>Run the deskset configuration
program <i>binder</i>. </li>.<li>Locate the entry in the scrolling list named <b>audio-file</b> click
on it once with the left mouse button. </li>.<li>From the <b>Props</b> menu, select the <b>Icon...</b>
entry with the right mouse button. </li>.<li>Click on the button marked <b>(+)</b> in the
lower right corner with the left mouse button. This will expand the window,
adding another panel to the right. </li>.<li>On the line marked <b>Application</b> in the
panel on the right, change ``audiotool'' to ``autool'' (you will need to specify
a full path name if you have not installed <i>autool</i> in a directory in your
path). The initial volume (which is a percentage relative to the recorded
level; the default is 10) can be increased by inserting the ``-v <i>percent</i>'' option
between ``autool'' and ``$FILE''. </li>.<li>Press the <i>Apply</i> button in the left panel. </li>.<li>Back
in the main <i>binder</i> window, press the <i>Save</i> button in the upper left corner.
</li>.<li>Restart any deskset applications such as <i>filemgr</i> to have the updated values
take effect. </li>
</ol>
<p>
Double clicking in <i>filemgr</i> on file names that end in <b>.snd</b> will
now cause <i>autool</i> to invoked.
<h2><a name='sect5' href='#toc5'>Environment</a></h2>
<p>
The following environment variables
are used by <i>autool</i>:
<dl>
<dt><b>AUDIOSERVER</b> </dt>
<dd>This variable specifies the default audio
server to contact if <i>-audio</i> is not specified on the command line. </dd>
<dt><b>DISPLAY</b>
</dt>
<dd>If <b>AUDIOSERVER</b> is not set, this variable is examined to find the name of
the corresponding X Window System display. </dd>
</dl>
<h2><a name='sect6' href='#toc6'>See Also</a></h2>
<a href='nas.1.html'>nas(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>
Dave Lemke, Network Computing
Devices, Inc. <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'>Configuring Openwindows to Use Autool</a></li>
<li><a name='toc5' href='#sect5'>Environment</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>
|