File: rplay.helpers.5

package info (click to toggle)
rplay 3.3.1-2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 3,460 kB
  • ctags: 3,466
  • sloc: ansic: 41,361; makefile: 1,171; perl: 709; tcl: 345; sh: 294; java: 220
file content (22 lines) | stat: -rw-r--r-- 632 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.TH RPLAY.HELPERS 5 06/22/98
.SH NAME
rplay.helpers \- rplay helper applications
.SH SYNOPSIS
.B /usr/local/etc/rplay.helpers
.SH DESCRIPTION
The
.I rplay.helpers
file contains a list of regex and application pairs used by
.I rplayd
to convert unknown file formats.  The application must be configured
to accept input from stdin and output data to stdout in the given
audio format.
Each line of this file is of the form:
.IP
<regex> <audio-format> <application>
.SH EXAMPLE
 .*mp3$  linear16,44100,16,2,little-endian  /usr/bin/mpg123 -s -q -r 44100 --stereo -
.SH FILES
.B /usr/local/etc/rplay.helpers
.SH "SEE ALSO"
.BR rplayd (8)