Joburgess db887f6d37 update 3 месяцев назад
..
BladeMP3EncDLL.c db887f6d37 update 3 месяцев назад
BladeMP3EncDLL.def db887f6d37 update 3 месяцев назад
BladeMP3EncDLL.h db887f6d37 update 3 месяцев назад
Example.cpp db887f6d37 update 3 месяцев назад
LameDLLInterface.htm db887f6d37 update 3 месяцев назад
MP3export.pas db887f6d37 update 3 месяцев назад
Makefile.am db887f6d37 update 3 месяцев назад
Makefile.in db887f6d37 update 3 месяцев назад
Makefile.mingw32 db887f6d37 update 3 месяцев назад
README db887f6d37 update 3 месяцев назад

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 Glin has
contributed a .PAS file, do you can access the DLL from
Delphi. See MP3export.pas.