• Home
Name Date Size #Lines LOC

..--

ADbg/06-Mar-2025-806591

ddk/06-Mar-2025-676525

tinyxml/06-Mar-2025-4,9063,326

ACM.cppD06-Mar-202547.1 KiB1,401900

ACM.hD06-Mar-20253.3 KiB10254

ACMStream.cppD06-Mar-202512.2 KiB398249

ACMStream.hD06-Mar-20252.3 KiB8639

AEncodeProperties.cppD06-Mar-202557 KiB2,028789

AEncodeProperties.hD06-Mar-202513.3 KiB449112

DecodeStream.cppD06-Mar-20255.9 KiB243120

DecodeStream.hD06-Mar-20252.2 KiB8437

LameACM.infD06-Mar-20253 KiB9270

Makefile.amD06-Mar-2025359 2721

Makefile.inD06-Mar-202519.3 KiB678590

TODOD06-Mar-2025383 108

acm.rcD06-Mar-20256.9 KiB220189

adebug.hD06-Mar-20251.2 KiB408

lame.icoD06-Mar-2025894

lameACM.defD06-Mar-2025960 2621

lame_acm.xmlD06-Mar-2025401 1413

main.cppD06-Mar-20254.6 KiB217144

readme.txtD06-Mar-2025852 3018

resource.hD06-Mar-20251.6 KiB4335

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