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