I'd like to announce the initial beta release of 'madlldlib'
madlldlib is a Win32 source based on the code in madlld. It provides the libmad functionality (i.e. decode an MP3 file to PCM) in the form of a windows DLL. A makefile is included so you can compile easily with the .NET SDK--no need for Visual Studio.
Features:
- Decode from MP3 to PCM or WAV
- Fast, high quality decoding using libmad library
- Simple interface: Consists of a single exported function that uses a callback to update the calling code with decode status
- Example included, along with detailed inline documentation
- Handles mangled ID3 tags gracefully
madlldlib-1.0b source release