chiark / gitweb /
wav file support for disorder-decode
[disorder] / doc / disorder-decode.8.in
CommitLineData
fcdcbfee 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-decode 8
20.SH NAME
21disorder-decode \- DisOrder audio decoder
22.SH SYNOPSIS
23.B disorder-decode
24.I PATH
25.SH DESCRIPTION
26.B disorder-decode
ce6c36be 27converts MP3, OGG and WAV files into DisOrders "raw" format. It is
fcdcbfee 28therefore suitable for use as an
29.B execraw
30player.
ce6c36be 31.PP
32It is not intended to be used from the command line.
33.SH LIMITATIONS
34OGG files with multiple bitstreams are not supported.
35.PP
36WAV files with sample sizes that are not a multiple of 8 bits, or any
37kind of compression, are not supported.
fcdcbfee 38.SH "SEE ALSO"
39.BR disorderd (8),
40.BR disorder_config (5)