File: auplay.1.html

package info (click to toggle)
nas 1.9.4-9.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,644 kB
  • sloc: ansic: 52,144; makefile: 31,377; sh: 8,077; perl: 1,104; yacc: 252; cpp: 216; lex: 68
file content (83 lines) | stat: -rw-r--r-- 2,858 bytes parent folder | download | duplicates (9)
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

<!--
  $NCDId: @(#)auplay.man,v 1.7 1994/06/01 17:40:03 greg Exp $
 
-->
<!-- manual page source format generated by PolyglotMan v3.0.8+X.Org, -->
<!-- available at http://polyglotman.sourceforge.net/ -->

<html>
<head>
<title>AUPLAY(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>
auplay - play a sound file to a Network Audio System server 
<h2><a name='sect1' href='#toc1'>Synopsis</a></h2>
<b>auplay</b>
[-audio <i>servername</i>] [-volume <i>0-100</i>] [-i] [-I] [-l] <i>files...</i> 
<h2><a name='sect2' href='#toc2'>Description</a></h2>
The <i>auplay</i>
program can be used to play audio data stored in  the .SND, .AU, or .WAV formats
common on Sun workstations and PCs. It is typically used from shell scripts
or command line procedures. If no filenames are given on the command line,
audio data will be read fron stdin, unless the <i>-l</i> option is given. 
<h2><a name='sect3' href='#toc3'>Options</a></h2>
The
following options may be used with the <i>auplay</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 100 percent. </dd>

<dt><b>-i</b> </dt>
<dd>This option indicates that the header information
associated with the  sound data should be printed along with playing the
data. </dd>

<dt><b>-I</b> </dt>
<dd>This option indicates that the header information associated with
the  sound data should be printed instead of playing the data. </dd>

<dt><b>-l</b> </dt>
<dd>This option
indicates that a list of filenames is to be read from stdin.  <i>auplay</i> will
play these files after playing any files given explicitly as command line
arguments. </dd>
</dl>

<h2><a name='sect4' href='#toc4'>See Also</a></h2>
<a href='nas.1.html'>nas(1)</a>
, <a href='auctl.1.html'>auctl(1)</a>
, <a href='audemo.1.html'>audemo(1)</a>
, <a href='autool.1.html'>autool(1)</a>
 
<h2><a name='sect5' href='#toc5'>Copyright</a></h2>
Copyright
1993, 1994 Network Computing Devices, Inc. 
<h2><a name='sect6' href='#toc6'>Author</a></h2>
Greg Renda, 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'>Synopsis</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'>See Also</a></li>
<li><a name='toc5' href='#sect5'>Copyright</a></li>
<li><a name='toc6' href='#sect6'>Author</a></li>
</ul>
</body>
</html>