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