Name Date Size

..25-Oct-20244 KiB

BladeMP3EncDLL.cH A D25-Oct-202430.3 KiB

BladeMP3EncDLL.defH A D25-Oct-2024777

BladeMP3EncDLL.hH A D25-Oct-20247.5 KiB

Example.cppH A D25-Oct-20248.1 KiB

LameDLLInterface.htmH A D25-Oct-202424.2 KiB

Makefile.amH A D25-Oct-2024199

Makefile.inH A D25-Oct-202412.9 KiB

Makefile.mingw32H A D25-Oct-20241.3 KiB

MP3export.pasH A D25-Oct-202410.4 KiB

READMEH A D25-Oct-2024633

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