Name Date Size

..25-Oct-20244 KiB

ACM.cppH A D25-Oct-202447.1 KiB

ACM.hH A D25-Oct-20243.3 KiB

acm.rcH A D25-Oct-20246.9 KiB

ACMStream.cppH A D25-Oct-202412.2 KiB

ACMStream.hH A D25-Oct-20242.3 KiB

ADbg/H25-Oct-20244 KiB

adebug.hH A D25-Oct-20241.2 KiB

AEncodeProperties.cppH A D25-Oct-202457 KiB

AEncodeProperties.hH A D25-Oct-202413.3 KiB

ddk/H25-Oct-20244 KiB

DecodeStream.cppH A D25-Oct-20245.9 KiB

DecodeStream.hH A D25-Oct-20242.2 KiB

lame.icoH A D25-Oct-2024894

lame_acm.xmlH A D25-Oct-2024401

lameACM.defH A D25-Oct-2024960

LameACM.infH A D25-Oct-20243 KiB

main.cppH A D25-Oct-20244.6 KiB

Makefile.amH A D25-Oct-2024359

Makefile.inH A D25-Oct-202419.3 KiB

readme.txtH A D25-Oct-2024852

resource.hH A D25-Oct-20241.6 KiB

tinyxml/H25-Oct-20244 KiB

TODOH A D25-Oct-2024383

readme.txt

1In order to build this codec, you need the Windows98 DDK from Microsoft. It can also work
2with the Windows2000/ME/XP/2003 DDK:
3
4http://www.microsoft.com/ddk/
5
6Alternatively, the required headers are also available in CYGWIN+w32api, MINGW32 or Wine :
7
8http://www.cygwin.com/
9http://www.mingw.org/
10http://www.winehq.com/
11
12
13If you do not have a ddk, you should be able to use the alternative msacmdrv.h provided
14with this ACM codec. It is not used by default because it would probably broke any real
15DDK already installed.
16
17
18
19---------------
20
21Define ENABLE_DECODING if you want to use the decoding (alpha state, doesn't decode at the
22 moment, so use it only if you plan to develop)
23
24---------------
25
26To release this codec you will need :
27- lameACM.acm (result of the build process)
28- lameACM.inf
29- lame_acm.xml (where the initial configuration is stored)
30