搜索资源列表
调用libmad的简单MP3播放器
- 今天研究了一下libmad,发现用这个库做一个简单的mp3播放器非常容易,网上也有很多例程,于是想把播放mp3功能加入我的wav播放小程序里面。晚上实验了一下,的确很好用,在sep4020这颗小arm7上面跑的很欢乐。程序结构目前很乱,还要整理一下,现在的仅仅实现功能,算是beat版。 首先需要编译安装libmad,这个参考以前的文章,编译程序时时需要mad.h 和libmad.a等文件。 为了便于交流,采用静态链接的方法添加libmad库比较好,相当于把libmad包含的程序里面去。 最后将w
GOEN_375b84c6
- A program to consicle very mad and good !! yes :
q
- this the source of mad on the jungle-this is the source of mad on the jungle
AN10583_1
- 介绍MP3芯片,属于资料。包括MP3, player, codec, decoder MP3, Layer I, Layer II, Layer III, libmad, MAD, EFSL, Embedded File System Library, MMC, card, SD card-This document describes how to design an MP3 player using the LPC2148
Qt_madplay_mp3
- MAD (libmad)是一个开源的高精度 MPEG 音频解码库,支持 MPEG-1(Layer I, Layer II 和 LayerIII(也就是 MP3)。LIBMAD 提供 24-bit 的 PCM 输出,完全是定点计算,非常适合没有浮点 支持的平台上使用。使用 libmad 提供的一系列 API,就可以非常简单地实现 MP3 数据解码工作。 在 libmad 的源代码文件目录下的 mad.h 文件中,可以看到绝大部分该库的数据结构和 API 等。-MAD (libmad)
mp3_dspic_c30_1_0_1042
- Mp3 playerMP3 decoder library project for Microchip DSC dsPIC is based on well known fixed-point MP3 decoder MAD. Generally speaking this project based on another MAD port for TI TMS320C55xx that you can find in net (author: Grigory Abuladze). I