chiark / gitweb /
Move track sorting to its own function. Only choose_populate() uses
[disorder] / doc / disorder-speaker.8
CommitLineData
d65719d4 1.\"
5aff007d 2.\" Copyright (C) 2007, 2008 Richard Kettlewell
d65719d4
RK
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
c0c23a60
RK
29tracks.
30It is not intended for direct invocation.
b6579a61
RK
31.SH OPTIONS
32.TP
0d350ff0 33.B \-\-config \fIPATH\fR, \fB\-c \fIPATH
b6579a61
RK
34Set the configuration file.
35.TP
0d350ff0 36.B \-\-debug\fR, \fB\-d
b6579a61
RK
37Enable debugging.
38.TP
0d350ff0 39.B \-\-syslog
c0c23a60
RK
40Log to syslog.
41This is the default if stderr is not a terminal.
b6579a61 42.TP
0d350ff0 43.B \-\-no-syslog
c0c23a60
RK
44Do not log to syslog.
45This is the default if stderr is a terminal.
b6579a61 46.TP
0d350ff0 47.B \-\-help\fR, \fB\-h
b6579a61
RK
48Display a usage message.
49.TP
0d350ff0 50.B \-\-version\fR, \fB\-V
b6579a61 51Display version number.
d65719d4
RK
52.SH "SEE ALSO"
53.BR disorderd (8)