revert between 56095 -> 55830 in arch
[AROS.git] / workbench / classes / datatypes / wav / wave_dt.readme
blob15b2c1a9203e09eb3285bd20a66df43779fb19cd
1 Short:        RIFF-WAVE (.wav) sound datatype
2 Author:       Fredrik Wikstrom
3 Uploader:     Fredrik Wikstrom <fredrik@a500.org>
4 Type:         util/dtype
5 Version:      50.3
6 Architecture: ppc-amigaos
8 Installation:
10 1. copy the file WAVE to DEVS:DataTypes/.
11 2. copy wave.datatype to SYS:Classes/DataTypes/.
13 Supported encodings:
15  - PCM (uncompressed)
16  - IMA ADPCM (16->3 & 16->4)
17  - MS ADPCM (16->4)
18  - A-Law/u-Law (16->8)
19  - IEEE Float (32 & 64-bit)
20  - GSM610 (mono only)
21  - G.721 (4-bit, untested)
22  - G.723 (2, 3 & 5-bit, untested)
24 Alternatively, if you have the OS4 SDK installed, you can just type "make
25 install" and both files will be installed to their correct places.
27 Bugs:
29 None known.
31 Compiling:
33 To compile just type "make". To compile without GSM610 and G.72X support use
34 "make GSM=0 G72X=0".
36 In order to be able to recreate the descriptor (from WAVE.dt) file you will need
37 to have the MakeDT.rexx arexx script installed in REXX: (can be downloaded from
38 Aminet). The rest will be handled by the Makefile.
40 Changes:
42 50.3 (20-Nov-2007)
43  - Increased optimisation and some code cleanup
44  - Improved the decoder system somewhat
45  - Added 2-bit g723 support to the g72x decoder (no idea if this works or not)
46  - Also removed some g72x code that wasn't being used (encoders and some alaw/
47    ulaw stuff)
49 See the Changelog file in the archive for a complete list of changes.