monitord / lame-3.97 / Dll /
@ckl ckl authored on 23 Jan 2012
..
BladeMP3EncDLL.c Migration from SVN revision 455 12 years ago
BladeMP3EncDLL.def Migration from SVN revision 455 12 years ago
BladeMP3EncDLL.h Migration from SVN revision 455 12 years ago
Example.cpp Migration from SVN revision 455 12 years ago
Example_vc6.dsp Migration from SVN revision 455 12 years ago
Example_vc6.dsw Migration from SVN revision 455 12 years ago
LameDLLInterface.htm Migration from SVN revision 455 12 years ago
LameDll_vc6.dsp Migration from SVN revision 455 12 years ago
LameDll_vc7.vcproj Migration from SVN revision 455 12 years ago
MP3export.pas Migration from SVN revision 455 12 years ago
Makefile.am Migration from SVN revision 455 12 years ago
Makefile.in Migration from SVN revision 455 12 years ago
Makefile.mingw32 Migration from SVN revision 455 12 years ago
README Migration from SVN revision 455 12 years ago
README
This directory contains a Windows DLL interface to the LAME
encoding engine.

This DLL is compatible with the BladeEnc.dll.  
See BladeMP3EncDLL.c for details of the calling
sequence, and BladeMP3EncDLL.h for details of the
data that must be passed to the DLL.  

As of yet, there is no other documentation. 

To use this DLL as a replacement for BladeEnc.dll, you
need to populate the 'mp3' struct.  

To use more advanced features of LAME, you need to 
populate the LHV1 struct instead.

Delphi 4 Users:  Gabriel GĂ©lin <ggelin@alapage.com> has
contributed a .PAS file, do you can access the DLL from
Delphi.   See MP3export.pas.