1AUPLAY(1) General Commands Manual AUPLAY(1)
2
3
4
6 auplay - play a sound file to a Network Audio System server
7
9 auplay [-audio servername] [-volume 0-100] [-i] [-I] [-l] files...
10
12 The auplay program can be used to play audio data stored in the .SND,
13 .AU, or .WAV formats common on Sun workstations and PCs. It is typi‐
14 cally used from shell scripts or command line procedures. If no file‐
15 names are given on the command line, audio data will be read fron
16 stdin, unless the -l option is given.
17
19 The following options may be used with the auplay program:
20
21 -audio servername
22 This option specifies the Network Audio System server on which
23 the files should be played.
24
25 -volume 0-100
26 This option specifies the volume at which the data should be
27 played as a percentage of the maximum possible volume. The de‐
28 fault is 100 percent.
29
30 -i This option indicates that the header information associated
31 with the sound data should be printed along with playing the
32 data.
33
34 -I This option indicates that the header information associated
35 with the sound data should be printed instead of playing the
36 data.
37
38 -l This option indicates that a list of filenames is to be read
39 from stdin. auplay will play these files after playing any
40 files given explicitly as command line arguments.
41
43 nas(1), auctl(1), audemo(1), autool(1)
44
46 Copyright 1993, 1994 Network Computing Devices, Inc.
47
49 Greg Renda, Network Computing Devices, Inc.
50
51
52
53 1.9.5 AUPLAY(1)