• Home
Name Date Size #Lines LOC

..--

BladeMP3EncDLL.cD22-Oct-202530.3 KiB1,029701

BladeMP3EncDLL.defD22-Oct-2025777 3731

BladeMP3EncDLL.hD22-Oct-20257.5 KiB281171

Example.cppD22-Oct-20258.1 KiB302180

LameDLLInterface.htmD22-Oct-202524.2 KiB743663

MP3export.pasD22-Oct-202510.4 KiB304178

Makefile.amD22-Oct-2025199 128

Makefile.inD22-Oct-202512.9 KiB485413

Makefile.mingw32D22-Oct-20251.3 KiB4122

READMED22-Oct-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