Welcome![Sign In][Sign Up]
Location:
Search - libmad.h

Search list

[SourceCodelibmad源码

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:

[Embeded-SCM Develop调用libmad的简单MP3播放器

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:

[Multimedia Developmp3_decode_libmad

Description: mp3 decode lib.可以给大家一些参考-mp3 decode lib. can give you some reference
Platform: | Size: 177152 | Author: 留一手 | Hits:

[Embeded LinuxQt_madplay_mp3

Description: MAD (libmad)是一个开源的高精度 MPEG 音频解码库,支持 MPEG-1(Layer I, Layer II 和 LayerIII(也就是 MP3)。LIBMAD 提供 24-bit 的 PCM 输出,完全是定点计算,非常适合没有浮点 支持的平台上使用。使用 libmad 提供的一系列 API,就可以非常简单地实现 MP3 数据解码工作。 在 libmad 的源代码文件目录下的 mad.h 文件中,可以看到绝大部分该库的数据结构和 API 等。-MAD (libmad) is an open source precision MPEG audio decoder library, support for MPEG-1 (Layer I, Layer II, and LayerIII (ie MP3). LIBMAD providing the 24-bit PCM output, is completely fixed-point calculations, is not very suitable for Supported platforms floating point using libmad offers a range of API, it can be very simple to achieve decoding MP3 data in the source code files libmad directory mad.h file, you can see most of the library the data structure and API, etc.
Platform: | Size: 2491392 | Author: cqj | Hits:

CodeBus www.codebus.net