LAME DirectShow and ACM Codecs
The files here hook into into Windows multimedia frameworks to provide LAME encoding from several applications.
ACM is the ancient Windows "Audio Codec Manager", and most applications that can save audio files to WAV do so through ACM, making LAME encoding through it pretty much universal. The catch is that saved files have WAV headers that make the MP3 file unrecognizable to several players and decoders. A solution is using Marco Pontello's RiffStrip to delete the headers.
DirectShow is a much more advanced multimedia framework that allows several filters to be chained. In that fashion, one can easily create a chain that will read a wave file, pass its data through several sound processores, and at the other end write to disk directly to MP3.
LAME 3.97 Release ACM codec
2006-09-24Compiled with microsoft Visual Studio 6. Right click the inf file on Windows Explorer -> Install to install the ACM codec.
LAME 3.97 Release DirectShow Filter
2006-09-24ICL9.1 compile. Includes batch files for Registering/Unregistering the filter. You should read the text files before installing and using.
LAME 3.98 beta 8 ACM codec
2008-06-17Compiled with microsoft ICL 10.1. Right click the inf file on Windows Explorer -> Install to install the ACM codec.
LAME 3.98 beta 8 DirectShow Filter
2008-06-17ICL 10.1 compile. Includes batch files for Registering/Unregistering the filter. You should read the text files before installing and using. (Working!)

