搜索资源列表
mp3程序设计包
- MP3的程序的代码,用于嵌入式系统中MP3的编码和解码,做MP3播放器的可以做为参考。-MP3 procedure code for embedded systems MP3 encoding and decoding, so the MP3 player can be used as a reference.
WavPlayer-20120418
- 简单的wave文件播放器,基于ucos+fatfs +ucgui。用的是开发板TQ2440-A simple wave player. Based on ucos, fatfs and ucgui. The bord of TQ2440 is used.
LPC2148-MP3
- ARM做的MP3播放器LPC2148+VS1003+CH375+OLED)有频谱,用了操作系统uCOS--ARM' s MP3 player to do LPC2148+ VS1003+ CH375+ OLED) have a spectrum, with the operating system uCOS-II
mp3
- ucos 下开发的MP3源码。完成一个MP3播放器的全部功能-ucos developed under the MP3 source
MP3playerbasedonlpc
- ARM做的MP3播放器(LPC2148+VS1003+CH375+OLED)有频谱,用了操作系统uCOS-II(共享全部源码)-ARM' s MP3 player to do (LPC2148+ VS1003+ CH375+ OLED) have a spectrum, with the operating system uCOS-II (sharing all the source code)
ARM_MP3
- ARM做的MP3播放器LPC2148+VS1003+CH375+OLED有频谱,用了操作系统uCOS-II共享全部源码
ucos_arm7_MP3
- Arm7 mp3播放器(ucos ii系统)-Arm7 mp3 player (ucos ii system)
MP3Play
- 基于UCOS的MP33播放器,包含SD卡读写,FAT32文件系统支持。-The MP33 UCOS based players, including SD card reader, FAT32 file system support.
AudioPlayerwithucos
- stm32加入ucos的音频播放器,可以播放SD卡里的WAV格式的音频文件。-Stm32 join ucos audio player, can play the SD card format WAV audio files.
MP3-Player
- 基于STM32的MP3播放器。使用uCOS操作系统,带触摸液晶屏。-STM32-based MP3 player. UCOS operating system, with LCD touch screen.
MP3-Project
- 使用LPC2138 + VS1003 制作的MP3播放器,开发环境为MDK,工程中涵盖了 uCOSII,FATFS,GUI,的相关程序.-the project is a MP3 player,it cantain the Application of uCos-ii,FatFs,GUI.
ucgui-ucos-MP3
- ucos ucgui 红外遥控MP3播放器例程-ucos ucgui MP3 demo
STM32PUCOSPUCGUIPMP3PTFPFAT
- 基于STM32的UCOS+UCGUI+TF的MP3 播放器 工程代码-STM32+UCOS+UCGUI+TF+FAT+MP3 MP3 PLAYER
uCos2-6410-player(20140221)
- 在ok6410开发板移植了uc/osII操作系统,并用PWM定时器实现了蜂鸣器播放乐谱及led显示的功能,所有代码均已调试成功。-In ok6410 development board transplant uc/osII operating system, and with the PWM timer function to achieve the buzzer to play the score and led display, all of the code have been succe
STM32-Experimental-Music-Player
- STM32音乐播放器实验 本实验将实现如下功能:开机先检测字库是否存在,如果检测无问题,则对VS1053进行RAM测试和正弦测试,测试完后开始循环播放SD卡MUSIC文件夹里面的歌曲(必须在SD卡根目录建立一个MUSIC文件夹,并存放歌曲在里面),在TFTLCD上显示歌曲名字、播放时间、歌曲总时间、歌曲总数目、当前歌曲的编号等信息。KEY0用于选择下一曲,KEY2用于选择上一曲,WK_UP和KEY1用来调节音量。本实验用DS0指示程序运行状况。 注意:该实验必须自备SD卡一个,耳机一副。