Location:
Search - libmad a
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: libmad 是一款相当不错的mpeg音频解码器.其支持多种处理器,特别指出的是,由于代码实现中未使用浮点运算,对没有浮点运算单元的处理器上其效果特别突出.-libmad is a pretty good mpeg audio decoder. Its support for multiple processors, Of particular note is that the code does not achieve the use of floating-point operations. the absence of FPU processors effect particularly conspicuous.
Platform: |
Size: 510658 |
Author: 何海峰 |
Hits:
Description: libid3tag is a library for reading and (eventually) writing ID3 tags, both
ID3v1 and the various versions of ID3v2.
See the file `id3tag.h' for the current library interface.
This package uses GNU libtool to arrange for zlib to be linked
automatically when you link your programs with this library. If you aren't
using GNU libtool, in some cases you may need to link with zlib
explicitly:
Platform: |
Size: 1963403 |
Author: ycpysu |
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: 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: libmad 是一款相当不错的mpeg音频解码器.其支持多种处理器,特别指出的是,由于代码实现中未使用浮点运算,对没有浮点运算单元的处理器上其效果特别突出.-libmad is a pretty good mpeg audio decoder. Its support for multiple processors, Of particular note is that the code does not achieve the use of floating-point operations. the absence of FPU processors effect particularly conspicuous.
Platform: |
Size: 510976 |
Author: 何海峰 |
Hits:
Description: Source code to produce a DLL that converts MP3 files to WAV or PCM. It is based on the open source library libmad.
Platform: |
Size: 19456 |
Author: dingying |
Hits:
Description: 非常著明的mp3开源定点解码库,c语言编写,在算法上和语法上都有许多优化-Mp3 is a prescribed fixed-point open source decoding library, c language, in the algorithm and there are many grammatical optimization
Platform: |
Size: 1963008 |
Author: 名阳 |
Hits:
Description: linux下的音频编程指导,想在linux下写音频应用程序的朋友不妨来参考一下。-linux audio programming under the guidance and would like to write under linux audio applications may wish to refer to a friend.
Platform: |
Size: 48128 |
Author: 白继波 |
Hits:
Description: KMP功能强于MPC,你面打包了不少解码器,
可以下载来用,可以学到不少的。-KMP function better than MPC, you face a lot of codec pack, you can download to use, you can learn a lot of.
Platform: |
Size: 10978304 |
Author: weiguofu |
Hits:
Description: Realizing an MP3 player with the LPC2148, using libmad and
EFSL This Application Note describes how to integrate the libmad MPEG 1/2 layer 3 library and
the Embedded File System Library EFSL in a LPC2148 device to realize MP3 player.
The Keil MCB2140 board is used to test the application and the Rowley CrossStudio for
ARM has been chosen as a reference tool-chain. -Realizing an MP3 player with the LPC2148, using libmad and EFSL This Application Note describes how to integrate the libmad MPEG 1/2 layer 3 library and the Embedded File System Library EFSL in a LPC2148 device to realize MP3 player. The Keil MCB2140 board is used to test the application and the Rowley CrossStudio for ARM has been chosen as a reference tool-chain.
Platform: |
Size: 2478080 |
Author: 书民 |
Hits:
Description: libman mp3解码库,移植到windows ADS环境下运行,加上数组格式MP3源文件即可播放-libman mp3 decoder library, ported to run under windows ADS environment, coupled with an array of source files to MP3 format playback
Platform: |
Size: 449536 |
Author: vbh |
Hits:
Description: 工业界mp3标准程序,libmad,可移植到各种平台-Mp3 industry standard procedures, libmad, can be transplanted to a variety of platforms
Platform: |
Size: 1967104 |
Author: 魏继增 |
Hits:
Description: 基于WINBOND W90P710开发板的开发的mp3播放器程序 实现了mp3播放 wav播放 txt查看等功能 有简易的操作界面 利用libmad做解码器-WINBOND W90P710 development board based on the development of the mp3 player program to play wav a mp3 player and other functions txt Show simple interface to do to use libmad decoder
Platform: |
Size: 18624512 |
Author: 孟波 |
Hits:
Description: Source code for a MP3 player/decoder using TI DSP chip
Platform: |
Size: 261120 |
Author: limchenhui |
Hits:
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.
Platform: |
Size: 12288 |
Author: xinghe |
Hits:
Description: A tiny application demonstrating the use of libmad to decode mp3 files and libao to play the decoded pcm audio.
Platform: |
Size: 3072 |
Author: Alan |
Hits:
Description: 用delphi开发的一款多功能MP4播放器-The development of a multi-functional with delphi MP4 Player
Platform: |
Size: 1180672 |
Author: qinqijin |
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: libmad MP3解码代码,内含移植文档。-libmad MP3 decoding code, containing a Portable Document.
Platform: |
Size: 1033216 |
Author: 刘 |
Hits: