• Home
Name Date Size #Lines LOC

..--

BladeMP3EncDLL.cD06-Mar-202530.3 KiB1,029701

BladeMP3EncDLL.defD06-Mar-2025777 3731

BladeMP3EncDLL.hD06-Mar-20257.5 KiB281171

Example.cppD06-Mar-20258.1 KiB302180

LameDLLInterface.htmD06-Mar-202524.2 KiB743663

MP3export.pasD06-Mar-202510.4 KiB304178

Makefile.amD06-Mar-2025199 128

Makefile.inD06-Mar-202512.9 KiB485413

Makefile.mingw32D06-Mar-20251.3 KiB4122

READMED06-Mar-2025633 2214

README

1
2This directory contains a Windows DLL interface to the LAME
3encoding engine.
4
5This DLL is compatible with the BladeEnc.dll.
6See BladeMP3EncDLL.c for details of the calling
7sequence, and BladeMP3EncDLL.h for details of the
8data that must be passed to the DLL.
9
10As of yet, there is no other documentation.
11
12To use this DLL as a replacement for BladeEnc.dll, you
13need to populate the 'mp3' struct.
14
15To use more advanced features of LAME, you need to
16populate the LHV1 struct instead.
17
18Delphi 4 Users:  Gabriel G�lin <ggelin@alapage.com> has
19contributed a .PAS file, do you can access the DLL from
20Delphi.   See MP3export.pas.
21
22