source: roaraudio/doc/man1/roarfilt.1 @ 5950:7fe8f5df7a83

Last change on this file since 5950:7fe8f5df7a83 was 5950:7fe8f5df7a83, checked in by phi, 11 years ago

code cleanup and again a patch for checking commandlion parameters

File size: 2.3 KB
RevLine 
[1623]1.\" roard.1:
2
[5950]3.TH "roarfilt" "1" "October 2013" "RoarAudio" "System Manager's Manual: roarfilt"
[1623]4
5.SH NAME
6
[1625]7roarfilt \- RoarAudio sound server audio filter client
[1623]8
9.SH SYNOPSIS
10
11roarfilt [OPTIONS]...
12
13.SH "DESCRIPTION"
14This filters the audio data before they are send to the soundcard.
15
16.SH "GENERAL OPTIONS"
17\fBNOTE: This list is incomplete!\fR
[1625]18In addition to this list this program provides compatible
19options for esdfilt. You can just replace the "esd"
[1623]20in the name with "roar" or use symlinks. This options are for compatibly
21only and should not used in new programs.
22
23.TP
24\fB--help\fR
25Print some help text.
26
27.SH "AUDIO OPTIONS"
28.TP
29\fB--rate RATE\fR, \fB-R RATE\fR
30Set server sample rate.
31
32.TP
33\fB--bits BITS\fR, \fB-B BITS\fR
34Set server bits.
35
36.TP
37\fB--chans CHANNELS\fR, \fB-C CHANNELS\fR
38Set server channels.
39
40.SH "NETWORK OPTIONS"
41.TP
42\fB--server SERVER\fR
43The server to connect to.
44
[1625]45.SH "OLD ROARFILT OPTIONS"
[1623]46.TP
47\fB--half\fR
48Half the volume.
49
50.TP
51\fB--double\fR
52Double the volume.
53
54.TP
[1625]55\fB--amp n\fR, \fB--mul n\fR
[1623]56Amplify volume by n.
57
58.TP
59\fB--div n\fR
[1625]60Divide volume by n.
[1623]61
[1625]62.SH "FILTER OPTIONS"
63
64.TP
65\fB--filter name\fR
66This adds a new filter of name \fIname\fR.
67
68.TP
69\fB--ffreq freq\fR
70This sets a frequency for the filter.
71
72.TP
73\fB--fmul mult\fR
74This sets a multiplier for the filter.
75
76.TP
77\fB--fdiv div\fR
78This sets a divider for the filter.
79
80.TP
81\fB--fn N\fR
82This sets the filter's N value.
83
84.TP
85\fB--flimit limit\fR
86This sets the filter's limit value.
87
88.TP
89\fB--fmode mode\fR
90set filter mode parameter
91This sets the filter mode. Symbolic values are currently not supported.
92
93.TP
94\fB--fq Q\fR
95This sets the filter quality.
96
97
[1623]98.SH "ENVIRONMENT VARIABLES"
99Bellow only the basic environment varibales are listend.
100For a complete list see \fBlibroar\fR(7).
101
102.TP
103\fBHOME\fR
104The users home directory.
105
106.TP
107\fBROAR_SERVER\fR
108The address of the listening server. This may be in form of host:port for TCP/IP connections
109and /path/to/sock for UNIX Domain Sockets or any other supported format. See \fBroartips\fR(7)
110for a full list.
111This is the same as the \fB--server\fR option.
112
113.SH "BUGS"
114There are a lot of bugs...
115
116.SH "SEE ALSO"
117\fBroarctl\fR(1),
118\fBroarvorbis\fR(1),
119\fBroarfish\fR(1),
120\fBroartestclients\fR(1),
121\fBroartips\fR(7),
122\fBlibroar\fR(7),
123\fBRoarAudio\fR(7).
124
125.SH "HISTORY"
126
127For history information see \fBRoarAudio\fR(7).
128
129.\" ll
Note: See TracBrowser for help on using the repository browser.