File: rplaydsp.1

package info (click to toggle)
rplay 3.3.2-8
  • links: PTS
  • area: main
  • in suites: sarge, woody
  • size: 3,136 kB
  • ctags: 3,519
  • sloc: ansic: 42,159; makefile: 1,242; perl: 742; tcl: 345; sh: 312; java: 220
file content (34 lines) | stat: -rw-r--r-- 1,144 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
.TH RPLAYDSP 1 2000/05/02
.SH NAME
rplaydsp \- intercept data bound for /dev/dsp and route it to rplayd
.SH SYNOPSIS
.B rplaydsp command [command arguments]
.SH DESCRIPTION
rplaydsp allows sound tools to interact with rplayd without having been
coded to do so.  Any program that writes data to /dev/dsp should work with
rplaydsp.

The following environment variables can be used to modify the default
behavior of rplaydsp.

RPLAY_HOST: By default, rplaydsp talks to the local rplayd.  If you need
the output to go somewhere else, then set RPLAY_HOST to the remote
hostname or ip address.

DEVRPLAY_SOUND: Sounds can be named under rplayd, the default name used by
rplaydsp is 'devrplay'.  Use this variable to control the name of the
sound.

DEVRPLAY_INFO: If your sound isn't the "standard" wav format and speed,
you can set this variable so that rplayd grok the sound.  An example value
for a .au file is:
  input-info=ulinear8,8000,1,1,little-endian

DEVRPLAY_OPTS: Set this variable to pass a generic set of RPTP options to
rplayd.

.SH EXAMPLES
rplaydsp realplayer http://www.example.com/foo.ram
.SH SEE ALSO
.IR rplayd (8),
.IR rplay (1)