Penguin
Annotated edit history of rec(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 play
2 !!!play
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 SEE ALSO
8 AUTHOR
9 ----
10 !!NAME
11
12
13 play - play any sound file to audio device
14
15
16 rec - record audio to any sound file format
17 !!SYNOPSIS
18
19
20 __play__ ''[[fopts] infile [[effect]''
21
22
23 __rec__ ''[[fopts] outfile [[effect]''
24 !!DESCRIPTION
25
26
27 This manual page briefly documents the __play and rec__
28 commands.
29
30
31 __play__ and __rec__ are programs that allow you to
32 play and record different types of sound files from the
33 command line. They are front ends to the more general
34 __sox(1)__ package. Normally, the play command will
35 automatically detect the type and other parameters of the
36 soundfile. If it can't do so, the parameters can be changed
37 through options. The play command can be used for playing
38 pack several files, in this case the options regarding the
39 format apply to every file played.
40 !!OPTIONS
41
42
43 A summary of common options are included below. For a
44 complete description of options and their values, see the
45 __sox(1)__ man page.
46
47
48 __--silent__
49
50
51 Don't print to file currently played to stdout
52
53
54 __-c [[channels], --channels=[[channels]__
55
56
57 Define the number of channels in the file.
58
59
60 __-d [[device], --device=[[device]__
61
62
63 Specify a different device to play the sound file
64 to.
65
66
67 __-f [[format], --format=[[format]__
68
69
70 Specify bit format of the sample. One of s, u, U, A, a, or
71 g.
72
73
74 __-r [[rate], --rate=[[rate]__
75
76
77 Specify the sample rate of the audio data (samples per
78 second).
79
80
81 __-s [[size], --size=[[size]__
82
83
84 Specify the width of each sample. One of b, w, l, f, d, or
85 D.
86
87
88 __-t [[type], --type=[[type]__
89
90
91 Specify audio file format to use. Useful if it can not be
92 automatically determined.
93
94
95 __-v [[volume], --volume=[[volume]__
96
97
98 Change the audio volume
99
100
101 __-x , --xinu__
102
103
104 Reverse the byte order of the sample (only works with 16 and
105 32-bit data).
106
107
108 __-h, --help__
109
110
111 Show summary of options.
112
113
114 __--version__
115
116
117 Show version of play/rec.
118
119
120 Description of effects are described in the
121
122
123 __sox(1)__ man page.
124 !!SEE ALSO
125
126
127 sox(1) soxexam(1)
128 !!AUTHOR
129
130
131 This manual page was written by Guenter Geiger
132
133
134 Updates by Anonymous.
135 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.