Location:
Search - mad mp3
Search list
Description: 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.
Platform: |
Size: 98496 |
Author: 网量 |
Hits:
Description: MAD MP3 source code
-MAD MP3 source code
Platform: |
Size: 1203204 |
Author: JOHN DONSON |
Hits:
Description: Winamp用的in_mad插件源代码,可以读取MP3文件中的ID3V1和ID3V2的修改版本。可用VC6进行开发。
和qaz2008提供的版本在很大的不同之处,且这个版本的代码编译出来的文件和提供的in_mad.dll是一样的,而qaz2008的版本提供的in_madmp3.dll不能用他的代码编译得出。
Platform: |
Size: 841576 |
Author: 请填写 |
Hits:
Description: MAD定点版的mp3解码程序,对于做定点开发的朋友非常有参考价值-MAD sentinel version of the MP3 decoding procedures done for the development of sentinel friends very valuable reference
Platform: |
Size: 721345 |
Author: 黄旭东 |
Hits:
Description: 今天研究了一下libmad,发现用这个库做一个简单的mp3播放器非常容易,网上也有很多例程,于是想把播放mp3功能加入我的wav播放小程序里面。晚上实验了一下,的确很好用,在sep4020这颗小arm7上面跑的很欢乐。程序结构目前很乱,还要整理一下,现在的仅仅实现功能,算是beat版。 首先需要编译安装libmad,这个参考以前的文章,编译程序时时需要mad.h 和libmad.a等文件。 为了便于交流,采用静态链接的方法添加libmad库比较好,相当于把libmad包含的程序里面去。 最后将wmplay.c和libmad.a放在同一个目录里,执行以下指令即可: arm-linux-gcc wmplay.c libmad.a -o wmplay
Platform: |
Size: 82301 |
Author: 535024144@qq.com |
Hits:
Description: 一个嵌入式Linux上的mp3播放器-an embedded Linux on the MP3 player
Platform: |
Size: 3341312 |
Author: 庞超文 |
Hits:
Description: MAD定点版的mp3解码程序,对于做定点开发的朋友非常有参考价值-MAD sentinel version of the MP3 decoding procedures done for the development of sentinel friends very valuable reference
Platform: |
Size: 720896 |
Author: 黄旭东 |
Hits:
Description: 关于madplay mp3算法的MAKEFILE文件,可进行批处理的文件,是用c写的程序。-sound on the MP3 algorithm MAKEFILE documents can be batch of documents is used to write c procedures.
Platform: |
Size: 1024 |
Author: lwx888 |
Hits:
Description: 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.
Platform: |
Size: 98304 |
Author: 网量 |
Hits:
Description: symbian下mp3文件的解码源代码,附有小例子-symbian documents under mp3 decoder source code, with small examples
Platform: |
Size: 243712 |
Author: 沈庆 |
Hits:
Description: 完成MP3播放功能,用C语言完成,可以用NIOS IDE建立硬件平台来实现-completed MP3 player functions, complete with C language, NIOS IDE can be used to establish hardware platform to achieve
Platform: |
Size: 283648 |
Author: 梅林 |
Hits:
Description: MAD MP3 source code
-MAD MP3 source code
Platform: |
Size: 1203200 |
Author: JOHN DONSON |
Hits:
Description: The following files constitute the main C sourcecode. The tablefiles for the transforms are omitted - they can be autogenerated from within the main program using a #define statement. Please note that these files are presented as-is for reference only, they don t contain a Makefile and might contain errors. Also note that they cannot run on the DSP in realtime without hand-made assembler optimizing. The assembler version is not presented in the thesis because it is copyrighted. If you are just looking for the source-code to an mp3 player, I suggest taking a look at some of the other freely available players with source, like amp see the link below.-The following files constitute the main C sourcecode. The tablefiles for the transforms are omitted- they can be autogenerated from within the main program using a#define statement. Please note that these files are presented as-is for reference only, they don t contain a Makefile and might contain errors. Also note that they cannot run on the DSP in realtime without hand-made assembler optimizing. The assembler version is not presented in the thesis because it is copyrighted. If you are just looking for the source-code to an mp3 player, I suggest taking a look at some of the other freely available players with source, like amp see the link below.
Platform: |
Size: 33792 |
Author: lijunwen |
Hits:
Description: mp3 plyer linux version
Platform: |
Size: 1823744 |
Author: LiYG |
Hits:
Description: 这是一个mp3音频格式的编码和解码包。对外提供获取总帧数、总播放时间、通道和速率等信息接口。-This is an mp3 audio format encoding and decoding packets. Provide access to the total number of frames, the total broadcast time, channel and rate information interface.
Platform: |
Size: 1511424 |
Author: 三江水 |
Hits:
Description: 完全的libmad源码,mp3编解码可以方便的调用.-Libmad complete source code, mp3 codec may be convenient to call.
Platform: |
Size: 730112 |
Author: 欧阳程 |
Hits:
Description: Winamp用的in_mad插件源代码,可以读取MP3文件中的ID3V1和ID3V2的修改版本。可用VC6进行开发。
和qaz2008提供的版本在很大的不同之处,且这个版本的代码编译出来的文件和提供的in_mad.dll是一样的,而qaz2008的版本提供的in_madmp3.dll不能用他的代码编译得出。-Winamp plug-ins used in_mad source code, can read MP3 files ID3v1 and a modified version of ID3V2. VC6 available for development. And qaz2008 version provided by a large difference, and this version of the code compiled from the documents and provided in_mad.dll is the same, and provided qaz2008 version in_madmp3.dll should not use his code compiler come.
Platform: |
Size: 920576 |
Author: 请填写 |
Hits:
Description: 开源mp3解码库mad,许多公司都在用。-decoder.c
decoder.h
frame.c
frame.h
huffman.c
huffman.h
stream.c
stream.h
synth.c
synth.h
Platform: |
Size: 311296 |
Author: hdy |
Hits:
Description: MAD MP3音频解码库,支持MPEG-1 MPEG-2.5 亲自测试可用-MAD (libmad) is a high-quality MPEG audio decoder. It currently supports
MPEG-1 and the MPEG-2 extension to Lower Sampling Frequencies, as well as
the so-called MPEG 2.5 format
Platform: |
Size: 436224 |
Author: XJ |
Hits:
Description: mad mp3解码dll libmad is a powerful open source library writte-Mad mp3 decoding DLL libmad is a powerful open source library writte
Platform: |
Size: 98304 |
Author: isfcade |
Hits: