Description: libmad is a powerful open source library written in C that decodes MP3 files to uncompressed PCM data. However, it compiles as a static library, limiting its access to C/C++. I have written code (based on the source madlld) that compiles to a DLL, enabling other languages (i.e., C#, Visual Basic etc.) to access the libmad library using the simple interface I ve provided.
To Search:
- [MP3_Player] - libmad is a powerful open source library
File list (Check if you may need any files):
ConcatWaveFiles_demo\a1.wav
....................\b7.wav
....................\ConcatWave.cpp
....................\ConcatWave.dsp
....................\ConcatWave.dsw
....................\StdAfx.cpp
....................\StdAfx.h
....................\Wave.cpp
....................\Wave.h
ConcatWaveFiles_demo