chiark / gitweb /
Merge playlist branch against trunk to date.
[disorder] / doc / disorder-normalize.8
1 .\"
2 .\" Copyright (C) 2007, 2008 Richard Kettlewell
3 .\"
4 .\" This program is free software: you can redistribute it and/or modify
5 .\" it under the terms of the GNU General Public License as published by
6 .\" the Free Software Foundation, either version 3 of the License, or
7 .\" (at your option) any later version.
8 .\" 
9 .\" This program is distributed in the hope that it will be useful,
10 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
11 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 .\" GNU General Public License for more details.
13 .\" 
14 .\" You should have received a copy of the GNU General Public License
15 .\" along with this program.  If not, see <http://www.gnu.org/licenses/>.
16 .\"
17 .TH disorder-normalize 8
18 .SH NAME
19 disorder-normalize \- DisOrder audio normalization process
20 .SH SYNOPSIS
21 .B disorder\-normalize
22 .SH DESCRIPTION
23 .B disorder\-normalize
24 is used by
25 .BR disorderd (8)
26 to convert audio data to a consistent encoding.
27 It is not intended to be used by ordinary users.
28 .SH OPTIONS
29 .TP
30 .B \-\-config \fIPATH\fR, \fB\-c \fIPATH
31 Set the configuration file.
32 .TP
33 .B \-\-debug\fR, \fB\-d
34 Enable debugging.
35 .TP
36 .B \-\-syslog
37 Log to syslog.
38 This is the default if stderr is not a terminal.
39 .TP
40 .B \-\-no\-syslog
41 Do not log to syslog.
42 This is the default if stderr is a terminal.
43 .TP
44 .B \-\-help\fR, \fB\-h
45 Display a usage message.
46 .TP
47 .B \-\-version\fR, \fB\-V
48 Display version number.
49 .SH "SEE ALSO"
50 .BR disorderd (8)