File: esd.pod

package info (click to toggle)
esound 0.2.17-7
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,348 kB
  • ctags: 594
  • sloc: ansic: 7,379; sh: 7,180; makefile: 199; csh: 86
file content (30 lines) | stat: -rw-r--r-- 843 bytes parent folder | download
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
=head1 NAME

esd - The Enlightened Sound Daemon

=head1 DESCRIPTION

Starts up EsounD, which provides a sound mixing server.

=head1 USAGE

esd [options]

  -d DEVICE   force esd to use sound device DEVICE
  -b          run server in 8 bit sound mode
  -r RATE     run server at sample rate of RATE
  -as SECS    free audio device after SECS of inactivity
  -unix       use unix domain sockets instead of tcp/ip
  -tcp        use tcp/ip sockets instead of unix domain
  -public     make tcp/ip access public (other than localhost)
  -terminate  terminate esd daemone after last client exits
  -port PORT  listen for connections at PORT (only for tcp/ip)


Possible devices are:  /dev/dsp, /dev/dsp2, etc.

=head1 SEE ALSO

esdcat(1), esddsp(1), esdloop(1), esdplay(1), esdsample(1),
esd-config(1), esdctl(1), esdfilt(1), esdmon(1), esdrec(1)