Blame Dll/README

Packit 47f805
Packit 47f805
This directory contains a Windows DLL interface to the LAME
Packit 47f805
encoding engine.
Packit 47f805
Packit 47f805
This DLL is compatible with the BladeEnc.dll.  
Packit 47f805
See BladeMP3EncDLL.c for details of the calling
Packit 47f805
sequence, and BladeMP3EncDLL.h for details of the
Packit 47f805
data that must be passed to the DLL.  
Packit 47f805
Packit 47f805
As of yet, there is no other documentation. 
Packit 47f805
Packit 47f805
To use this DLL as a replacement for BladeEnc.dll, you
Packit 47f805
need to populate the 'mp3' struct.  
Packit 47f805
Packit 47f805
To use more advanced features of LAME, you need to 
Packit 47f805
populate the LHV1 struct instead.
Packit 47f805
Packit 47f805
Delphi 4 Users:  Gabriel GĂ©lin <ggelin@alapage.com> has
Packit 47f805
contributed a .PAS file, do you can access the DLL from
Packit 47f805
Delphi.   See MP3export.pas.
Packit 47f805