搜索资源列表
MyMp3sec
- 用EVC开发的MP3播放器,可以播放.mp3,.wma,.wav等格式的音乐文件,还具有声音调节功能.-with EVC development of the MP3 player, can play. Mp3,. Wma. . wav format, such as music files, but also has the voice of regulation.
调用libmad的简单MP3播放器
- 今天研究了一下libmad,发现用这个库做一个简单的mp3播放器非常容易,网上也有很多例程,于是想把播放mp3功能加入我的wav播放小程序里面。晚上实验了一下,的确很好用,在sep4020这颗小arm7上面跑的很欢乐。程序结构目前很乱,还要整理一下,现在的仅仅实现功能,算是beat版。 首先需要编译安装libmad,这个参考以前的文章,编译程序时时需要mad.h 和libmad.a等文件。 为了便于交流,采用静态链接的方法添加libmad库比较好,相当于把libmad包含的程序里面去。 最后将w
wav plaer
- 一个WAV音东播放器
ARMJISHU_MP3_code
- 基于STM32的wav播放器源码.处理器使用的是stm32f103vet-Wav player based on the source STM32
PLAYMP3
- WinCE 简单的播放器。MFC写的。以前在PUDN上找到的。怕丢了重新上传下。支持WMA WAV MP3,支持LRC 播放-Base on WinCE5.0 OS MP3 Player,Support MP3,WMA,WAV.Support lrc play.Please debug with standard 500 sdk as best choice.
pic32-wavplayer-2.0.12
- 基于pic32微处理器的wav播放器源代码,拿来就用。做项目的人不要错过。-Pic32-based microprocessor wav player source code, brought on by. Do not miss the people to do the project.
mymain
- s3c2410 X下编写的 音频播放器,可以播放wav文件,录音,在博创的平台上调试成功;-prepared s3c2410 X audio player, can play wav files, sound recordings, in Fiberxon successful commissioning of the platform
wav
- 基于lpc2148(arm7)的wav音乐格式播放器的设计,采用24bitPCM1770DA转换芯片,播放音质极好-Based on lpc2148 (arm7) the wav format music player designed 24bitPCM1770DA conversion chips, excellent sound quality playback
Mp3Player
- 在ARM7开发板W90P710上实现的MP3播放器,支持mp3、wav格式,支持U盘和SD卡,带LCD彩屏显示。-W90P710 in ARM7 development board to achieve the MP3 player, support mp3, wav format, support U disk and SD cards, with color LCD display.
dspic33
- WAV 数字输出播放器,采用DSPIC33单片机,SPI接口读取SD卡(仅支持FAT),I2S接口数字输出。-Digital output WAV player, using dsPIC33 Singlechip, SPI interface SD card reader (supports only FAT), I2S digital output interface.
Mp3Player
- 基于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 li
wav_player
- 基于STM32的wav音频格式播放器,播放文件存于SD卡,FAT16系统格式-Wav audio format based on the STM32' s player, to play the file stored on the SD card, FAT16 system format
wav-music-player
- 用AVR做的音乐播放器,简单实用.可以播放SD卡里面的WAV音乐文件-AVR to do the music player, simple and practical. WAV music files can play SD card inside the
LPC1766
- 基于LPC1766的WAV播放器,完成的工程,已调试-Based LPC1766 WAV player, completed the engineering, commissioning
mp3
- 刚做好的MP3&WAV播放器,现已将代码上传,供大家学习参考。-MP3 & WAV player, just do a good job now upload the code for all to learn.
KDA_US02_20091030
- dspic 33f wav 播放器 支持 16gb sdhc 44.1k 16bit pcm wavfile iisout sound very hifi 声音非常好 推荐有动手能力的试下便也可通过-dspic 33f wav player 16gb sdhc 44.1k 16bit pcm wavfile iisout soundvery hifi
Freescal-HS12HY_HA_WavPlay
- 飞思卡尔16bit MCU 的 WAV播放器 基本功能测试 源码工程! 使用CW4.6/CW5.0打开,可以参考设计-Freescale 16bit MCU WAV player s basic functional test code works! Use CW4.6 or 5.0 open, you can reference design
WAVPlayer
- 基于STM32的WAV播放器,使用DAC和外放进行播放-Based on the STM32 WAV player, and putting to use DAC for playback
用pwm波播放wav
- 用单片机产生的pwm波形来驱动蜂鸣器或者耳机进行wav格式音频的播放
AT89C4051+SD卡和3310做的音乐播放器
- 这个小玩意,采用 ATMEL 的传统51MCU作主控制芯片,加上SD卡和显示屏,就可以作简单的音乐播放器了,虽然音质不怎么样,不过作为DIY还是蛮有乐趣,希望大家喜欢。 没有采用FAT文件系统,只是按扇区读取SD卡,由于2051资源有限,改为4051有望可以操作FAT,但目前程序还在不断完善中。 128byte怎样读取512byte的扇区数据?可以采用边读边播放的方式,就能解决。音乐文件是32KHz取样率的WAV文件,所以和HIFI就沾不上边了。