Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: lame_enc.dll Library (Read 5266 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

lame_enc.dll Library

I want to write an application to encode mp3 file using LAME encoder library (lame_enc.dll) but I don't find any documentation about this.
I need to know at last the name of those API calls. Where can I find a help file for this library ?

lame_enc.dll Library

Reply #1
Did you read these?
lame API
lame.h
Lame-enc DLL
Quote from: http://lame.cvs.sourceforge.net/viewvc/lame/lame/Dll/ link=msg=0 date=
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.

 

lame_enc.dll Library

Reply #2
It seems that first two links describe libmp3lame.dll interface, not lame_enc.dll.