1ESDREC(1) Enlightened Sound Daemon ESDREC(1)
2
3
4
6 esdrec - record a sound file
7
9 esdrec [-s hostname:port] [-b] [-h] [-m] [-r freq]
10
12 The esdrec application pipes data from the sound device to stdout using
13 the Enlightened Sound Daemon (esd).
14
16 The following options are supported:
17
18 -s hostname:portContact the esd server on hostname at port.
19
20
21
22 -b Specify that the output should be in 8-bit format. By
23 default, the output is in 16-bit format.
24
25
26
27 -h Display help text, and exit.
28
29
30
31 -m Specify that the output should be in mono format. By
32 default, the output is in stereo format.
33
34
35
36 -r freq Specify that the output rate should be set to freq. By
37 default, the output rate is set to 44.1 kHz.
38
39
40
42 Example 1: Record sound from sound device to file "sample"
43
44 example% esdrec > sample
45
47 The following exit values are returned:
48
49 0 Application exited successfully
50
51
52
53 >0 Application exited with failure
54
55
56
58 esd(1), esdcat(1), esddsp(1), esdloop(1), esdplay(1), esdsample(1),
59 esd-config(1), esdctl(1), esdfilt(1), esdmon(1)
60
61
62
63Feb 2006 EsounD 0.2.41 ESDREC(1)