chiark / gitweb /
Merge branch 'master' of git.distorted.org.uk:~mdw/publish/public-git/disorder
[disorder] / doc / disorder-decode.8.in
CommitLineData
75db8354 1.\" -*-nroff-*-
fcdcbfee 2.\"
5aff007d 3.\" Copyright (C) 2007, 2008 Richard Kettlewell
fcdcbfee 4.\"
e7eb3a27 5.\" This program is free software: you can redistribute it and/or modify
fcdcbfee 6.\" it under the terms of the GNU General Public License as published by
e7eb3a27 7.\" the Free Software Foundation, either version 3 of the License, or
fcdcbfee 8.\" (at your option) any later version.
e7eb3a27
RK
9.\"
10.\" This program is distributed in the hope that it will be useful,
11.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
12.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13.\" GNU General Public License for more details.
14.\"
fcdcbfee 15.\" You should have received a copy of the GNU General Public License
e7eb3a27 16.\" along with this program. If not, see <http://www.gnu.org/licenses/>.
fcdcbfee 17.\"
18.TH disorder-decode 8
19.SH NAME
20disorder-decode \- DisOrder audio decoder
21.SH SYNOPSIS
0d350ff0 22.B disorder\-decode
fcdcbfee 23.I PATH
24.SH DESCRIPTION
0d350ff0 25.B disorder\-decode
c0c23a60
RK
26converts MP3, OGG, FLAC and WAV files into DisOrders "raw" format.
27It is therefore suitable for use as an
fcdcbfee 28.B execraw
29player.
ce6c36be 30.PP
31It is not intended to be used from the command line.
b6579a61
RK
32.SH OPTIONS
33.TP
0d350ff0 34.B \-\-help\fR, \fB\-h
b6579a61
RK
35Display a usage message.
36.TP
0d350ff0 37.B \-\-version\fR, \fB\-V
b6579a61 38Display version number.
ce6c36be 39.SH LIMITATIONS
40OGG files with multiple bitstreams are not supported.
41.PP
75db8354 42All sample sizes must be multiples of 8 bits (currently).
43.PP
44WAV files with any kind of compression are not supported.
fcdcbfee 45.SH "SEE ALSO"
46.BR disorderd (8),
47.BR disorder_config (5)