home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 13 / AACD13.ISO / AACD / Sound / LAME / src / Dll / README < prev   
Text File  |  2000-08-06  |  633b  |  22 lines

  1.  
  2. This directory contains a Windows DLL interface to the LAME
  3. encoding engine.
  4.  
  5. This DLL is compatible with the BladeEnc.dll.  
  6. See BladeMP3EncDLL.c for details of the calling
  7. sequence, and BladeMP3EncDLL.h for details of the
  8. data that must be passed to the DLL.  
  9.  
  10. As of yet, there is no other documentation. 
  11.  
  12. To use this DLL as a replacement for BladeEnc.dll, you
  13. need to populate the 'mp3' struct.  
  14.  
  15. To use more advanced features of LAME, you need to 
  16. populate the LHV1 struct instead.
  17.  
  18. Delphi 4 Users:  Gabriel Gélin <ggelin@alapage.com> has
  19. contributed a .PAS file, do you can access the DLL from
  20. Delphi.   See MP3export.pas.
  21.  
  22.