搜索资源列表
madxlib-10b2_demo
- 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 compil
mp3-experiment
- 把mp3文件解码成pcm格式 并存储为pcm后缀的文件。并可以用cool edit pro 软件对pcm格式文件进行播放-put into MP3 decoding PCM format for the storage and PCM suffix document. Cool and can be used to edit pro software PCM format player
mcs51_MP3
- 1)MCS51内核,可以利用单片及开发软件Keil软件方便开发mp3播放器,无需特殊软件平台; 2)MPEG I/II-Layer 3 hardware decoder .独立MP3 Decoder .支持48,44.1,32,24,22.05,16khz取样频率 .支持软件31阶音量控制,高中低音均衡控制 .重低音效果 3)集成DAC部件,支持PCM,IIS格式; 4)64K字节片上代码存储空间(100K次擦写寿命) 5)4K字节boot f
Sigma_rec2mp3
- EM8511s中使用的mp3录制源代码,起始录制成为PCM格式,然后转换为mp3,优秀的PMP方案。-EM8511s use the mp3 recording source code, the initial recording as PCM format, then converted to mp3, the PMP outstanding program.
madlldlib-10b4_dll
- Source code to produce a DLL that converts MP3 files to WAV or PCM. It is based on the open source library libmad.
pcmplayer
- 自己编写的VC6下以directsound编写的以流缓冲的方式播放PCM音频的控制台程序,程序很短小简洁,非常适合学习directsound,并可用于实时播放MP3解码器后解码的PCM流。-I have written under VC6 DirectSound prepared to stream buffer PCM audio broadcast console procedures, the procedures are short and concise, very suitable
mp3decode
- MP3的编解码,由输入端获得PCM流后进行mp3编码,及到接收端解码过程-MP3 codec from the input PCM stream received after the mp3 encoding and decoding process to the receiving end
MP3toPCM
- MP3解压为PCM,运行成功的截图也包括在上传文件中,程序编译运行成功后用命令行进行解码就可以得到MP3文件解码后的PCM文件!-MP3 decompression for the PCM, running a successful screenshot also included in the upload, the program compiled with the command line to run after the success of decoding MP3 files can
MP3-Code
- Mp3解码过程,总体上可分为9个过程:比特流分解,霍夫曼解码,逆量化处理,立体声处理,频谱重排列,抗锯齿处理,IMDCT变换,子带合成,pcm输出。 -Mp3 decoding process, on the whole can be divided into nine process: bit-stream decomposition, Huffman decoding, inverse quantization processing, sound processing, spectrum
libzplay-1.02-source
- libZPlay是解析mp3, ogg, ac3, flac, wav and pcm 种格式的多媒体库的源码,整合支持所有格式的解码器。你不需要额外的lib。仅使用kernel32.dll, user32.dll, gdi32.dll 和 winmm.dll,微软Windows标准库。也不需要mfc和.net的支持,只是纯粹的WINAPI。简单几行代码就可以实现播放-libZPlay multimedia library for playing mp3, ogg, ac3, flac, wav
SHINE
- pcm格式音频压缩为mp3的代码。非常好用哦,也可以用来当做学习开发的资料。-pcm to mp3 audio compression format code. Oh, very easy to use, can also be used as learning materials development.
madlldlib-10b4_dll
- 是一个可以将MP3转化成PCM流的一个软件程序源代码,对制作MP3格式转化器相当有用!大家都看下吧-Is an MP3 into PCM stream to a software source code, on the production of MP3 format converter very useful! Let everyone see next
ConcatWaveFiles_demo
- 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, en
MP3_Player
- 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, en
mp3playerexample
- A tiny application demonstrating the use of libmad to decode mp3 files and libao to play the decoded pcm audio.
MP3TOPCM
- MP3转PCM音频格式,引用了别人的高效解码算法-Switch to PCM audio format MP3, quoting from someone else and efficient decoding algorithms
FPGAMP3_LUKA_Project_Proposal
- The goal of this project is to design a MPEG Layer III (MP3) player using a FPGA board. The FPGA will read MP3 source files, decode them into a 16-bit Pulse Code Modulated (PCM) output, and play the audio files through an external speaker.
源代码
- 功能如下 使用STM32F103ZE芯片,通过DM9000AEP把互联网上的网络音频流(支持shoutcast、http mp3流)抓取下来,先在板子上外扩的SRAM上缓存。然后在STM32F103ZE上通过mp3软件解码器解码变成PCM音频,通过DMA方式送到PCM1770进行回放; 它也可以流畅播放SD卡上的mp3、wav格式文件。(支持大于4G的SD卡); 通过3.2寸240*320的TFT触摸屏、五向按键、红外遥控器进行控制; 红外遥控器具备自学习功能; 系
Audacity 1.3 Beta (Unicode)
- 可以将pcm裸数据合成mp3等格式输出,可以在线听录音音频数据,判断是否有噪声(Can change pcm voice data to mp3)
ffmpeg_mp3_encode
- pcm音频数据编码成mp3文件,编码程序写成了接口,方便调用,参考tests目录下的使用demo(PCM audio data is encoded into a MP3 file, the code program is written as an interface, convenient to call, and refer to the use of demo under the tests directory)