Introduction - If you have any usage issues, please Google them yourself
mad dll libmad MP3 decoder is a powerful open sour ce library written in C that decodes MP3 files to uncompressed PCM data. However, it compiles as a static library, limiting access to its C/C. I have written code ( based on the source madlld) that compiles to a DL L, enabling other languages (ie, C#, Visual Basic etc.). to access the library libmad using the simple interface I ve provided.
Packet : 51622473madxlib-10b2_demo.zip filelist
madxlib.cpp
madxlib.dll
madxlib.h
madxlib.lib
Makefile
Manifest
test.cpp
test.exe
TestCSharp.cs
TestCSharp.exe