chiark / gitweb /
Partial untested FreeBSD and Linux support for scripts/setup.
[disorder] / doc / disorder-speaker.8
CommitLineData
d65719d4
RK
1.\"
2.\" Copyright (C) 2007 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 2 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, but
10.\" WITHOUT ANY WARRANTY; without even the implied warranty of
11.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12.\" 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, write to the Free Software
16.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
17.\" USA
18.\"
19.TH disorder-speaker 8
20.SH NAME
21disorder-speaker \- DisOrder output process
22.SH SYNOPSIS
23.B disorder-speaker
24.SH DESCRIPTION
25.B disorder-speaker
26is used by
27.BR disorderd (8)
28to play digital audio with buffering and avoiding gaps between
29tracks. It is not intended for direct invocation.
b6579a61
RK
30.SH OPTIONS
31.TP
32.B --config \fIPATH\fR, \fB-c \fIPATH
33Set the configuration file.
34.TP
35.B --debug\fR, \fB-d
36Enable debugging.
37.TP
38.B --syslog
39Log to syslog. This is the default if stderr is not a terminal.
40.TP
41.B --no-syslog
42Do not log to syslog. This is the default if stderr is a terminal.
43.TP
44.B --help\fR, \fB-h
45Display a usage message.
46.TP
47.B --version\fR, \fB-V
48Display version number.
d65719d4
RK
49.SH "SEE ALSO"
50.BR disorderd (8)