文件名称:madxlib-10b2_demo
- 所属分类:
- 多媒体
- 资源属性:
- [C/C++] [Windows] [Visual.Net] [Basic/ASP] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 96.19kb
- 下载次数:
- 0次
- 提 供 者:
- 网*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
mad mp3解码dll
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.
-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.
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.
-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.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 51622473madxlib-10b2_demo.zip 列表 madxlib.cpp madxlib.dll madxlib.h madxlib.lib Makefile Manifest test.cpp test.exe TestCSharp.cs TestCSharp.exe