source: roaraudio/doc/man1/roarbaseclients.1 @ 1113:c4f7255f7b5d

Last change on this file since 1113:c4f7255f7b5d was 732:b7411845aff5, checked in by phi, 16 years ago

added info for other protocolls on some places, there are sill a lot to update left

File size: 2.2 KB
Line 
1.\" roard.1:
2
3.TH "roarbaseclients" "1" "July 2008" "RoarAudio" "System Manager's Manual: roard"
4
5.SH NAME
6
7roarcat, roarmon, roarfilt \- RoarAudio sound server base clients
8
9.SH SYNOPSIS
10
11roarcat [OPTIONS]... [FILE]
12
13roarmon [OPTIONS]...
14
15roarfilt [OPTIONS]...
16
17.SH "DESCRIPTION"
18This are some basic clients for RoarAuido. Some more complex are listen in the \fbSEE ALSO\fR block.
19For controlling \fBroard\fR take a look at \fBroarctl\fR(1). For a simple Ogg Vorbis player
20take a look at \fBroarvorbis\fR(1) (ogg123 supportes RoarAudio via libao plugin).
21
22.TP
23\fBroarcat\fR
24Sends raw PCM audio data from a file or stdin (pipe) to the sound server.
25
26.TP
27\fBroarmon\fR
28Gets a copy of the audio data the server sends to the soundcard. This is usefull for streaming
29to a server like \fBicecast2\fR(1).
30
31.TP
32\fBroarfilt\fR
33This filters the audio data before they are send to the soundcard.
34
35.SH "GENERAL OPTIONS"
36\fBNOTE: This list is incomplete!\fR
37
38.TP
39\fB--help\fR
40Print some help text.
41
42.SH "AUDIO OPTIONS"
43.TP
44\fB--rate RATE\fR, \fB-R RATE\fR
45Set server sample rate.
46
47.TP
48\fB--bits BITS\fR, \fB-B BITS\fR
49Set server bits.
50
51.TP
52\fB--chans CHANNELS\fR, \fB-C CHANNELS\fR
53Set server channels.
54
55.SH "NETWORK OPTIONS"
56.TP
57\fB--server SERVER\fR
58The server to connect to.
59
60.SH "ROARFILT SPECIFIC OPTIONS"
61.TP
62\fB--half\fR
63Half the volume.
64
65.TP
66\fB--double\fR
67Double the volume.
68
69.TP
70\fB--amp n\fR
71Amplify volume by n.
72
73.TP
74\fB--mul n\fR
75
76.TP
77\fB--div n\fR
78
79.TP
80\fB--log n\fR
81Does a simple 'gamma correction'.
82This is done by:
83 sample = 2^(bits-1) * log(1 + (n - 1)*sample/2^(bits-1)) / log(n).
84
85.SH "ENVIRONMENT VARIABLES"
86Bellow only the basic environment varibales are listend.
87For a complete list see \fBlibroar\fR(7).
88
89.TP
90\fBHOME\fR
91The users home directory.
92
93.TP
94\fBROAR_SERVER\fR
95The address of the listening server. This may be in form of host:port for TCP/IP connections
96and /path/to/sock for UNIX Domain Sockets or any other supported format. See \fBroartips\fR(7)
97for a full list.
98This is the same as the \fB--server\fR option.
99
100.SH "BUGS"
101There are a lot of bugs...
102
103.SH "SEE ALSO"
104\fBroarctl\fR(1),
105\fBroarvorbis\fR(1),
106\fBroarfish\fR(1),
107\fBroartestclients\fR(1),
108\fBroartips\fR(7),
109\fBlibroar\fR(7),
110\fBRoarAudio\fR(7).
111
112.SH "HISTORY"
113
114For history information see \fBRoarAudio\fR(7).
115
116.\" ll
Note: See TracBrowser for help on using the repository browser.