CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 单片机(51,AVR,MSP430等)

文件名称:webPlayer

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2015-01-05
  • 文件大小:
    1.01mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

第一个版本的原型机会采用Cortex M3级别的芯片,使用SD卡作为音乐的缓冲区,通过WiFi模块配合

lwIP网络协议栈连接豆瓣服务器,将数据首先下载到SD卡中缓存起来;系统采用一块Vx10xx MP3解码

芯片实现音乐的解码和播放。播放模块始终从SD卡中读取缓存的音乐,从而避免由于网络不稳定带来的

糟糕的播放体验。为了保护该开源项目,SD卡将不使用任何标准的文件系统,我们会将其视作一个巨大

的FLASH缓冲区使用,配合一个简单的链表式存储结构来保存和索引音乐文件。为了解决TCP下载音乐

到SD卡以及从SD进行音乐播放时产生的读写冲突,我们引入了两个SPI Flash作为中间的乒乓双缓冲介质。 该版本使用改进的xmodem协议进行简单的流控制,通过超级终端播放(下载)MP3文件到

系统进行缓冲,并由系统发送到Vx10xx模块。-The first version of the prototype using Cortex M3 level of the chip, using the SD card as a buffer with music, through the WiFi module

LwIP network protocol stack connection bean server, data will be downloaded to the SD card in the first cache the system uses a Vx10xx MP3 decoder

Chip realization of decoding and playing music. Playing module always read cache the music in the SD card, so as to avoid network instability brought

Bad playback experience. In order to protect the open source project, SD card file system will not use any standard, we will regard it as a great

The use of FLASH buffer, with a simple linked list storage structure to store and index the music file. In order to solve the TCP Download Music

To the SD card and the SD to play music is produced when the read-write conflict, we introduce two SPI Flash as the middle of the table tennis double buffer medium. The version of the simple flow control using the improved XMODEM protocol, playing through the super te
(系统自动生成,下载前可以参看下载内容)

下载文件列表

webPlayer/1.png
webPlayer/play v0.1 .pdf
webPlayer/register debug/application/application.h
webPlayer/register debug/application/app_cfg.h
webPlayer/register debug/application/common_app_cfg.h
webPlayer/register debug/application/common_environment_cfg.h
webPlayer/register debug/application/platform.h
webPlayer/register debug/application/template/app_cfg.h
webPlayer/register debug/application/template/build_iar/settings/bootrom.cspy.bat
webPlayer/register debug/application/template/build_iar/settings/bootrom.dbgdt
webPlayer/register debug/application/template/build_iar/settings/bootrom.dni
webPlayer/register debug/application/template/build_iar/settings/bootrom.wsdt
webPlayer/register debug/application/template/build_iar/settings/template.crun
webPlayer/register debug/application/template/build_iar/settings/template.cspy.bat
webPlayer/register debug/application/template/build_iar/settings/template.dbgdt
webPlayer/register debug/application/template/build_iar/settings/template.dni
webPlayer/register debug/application/template/build_iar/settings/template.GSP_ES_XN12xx_GSPB_TEMPLATE.cspy.bat
webPlayer/register debug/application/template/build_iar/settings/template.GSP_TEMPLATE_FLASH.cspy.bat
webPlayer/register debug/application/template/build_iar/settings/template.GSP_TEMPLATE_FLASH_Lib.cspy.bat
webPlayer/register debug/application/template/build_iar/settings/template.template.cspy.bat
webPlayer/register debug/application/template/build_iar/settings/template.wsdt
webPlayer/register debug/application/template/build_iar/settings/template.wspos
webPlayer/register debug/application/template/build_iar/template/List/startup.lst
webPlayer/register debug/application/template/build_iar/template/Obj/startup.o
webPlayer/register debug/application/template/build_iar/template/Obj/template.pbi
webPlayer/register debug/application/template/build_iar/template/Obj/template.pbi.cout
webPlayer/register debug/application/template/build_iar/template/Obj/uart_play.pbi
webPlayer/register debug/application/template/build_iar/template/Obj/uart_play.pbi.cout
webPlayer/register debug/application/template/build_iar/template/Obj/vs10xx.pbi
webPlayer/register debug/application/template/build_iar/template/Obj/vs10xx.pbi.cout
webPlayer/register debug/application/template/build_iar/template/Obj/xmodem_1k.o
webPlayer/register debug/application/template/build_iar/template/Obj/xmodem_1k.pbi.cout
webPlayer/register debug/application/template/build_iar/template.dep
webPlayer/register debug/application/template/build_iar/template.ewd
webPlayer/register debug/application/template/build_iar/template.ewp
webPlayer/register debug/application/template/build_iar/template.ewt
webPlayer/register debug/application/template/build_iar/template.eww
webPlayer/register debug/application/template/config/interface_cfg.h
webPlayer/register debug/application/template/config/template_app_cfg.h
webPlayer/register debug/application/template/config/template_environment_cfg.h
webPlayer/register debug/application/template/startup.s
webPlayer/register debug/application/template/template.a
webPlayer/register debug/application/template/template.c
webPlayer/register debug/application/template/uart_play/app_cfg.h
webPlayer/register debug/application/template/uart_play/console/app_cfg.h
webPlayer/register debug/application/template/uart_play/console/console.c
webPlayer/register debug/application/template/uart_play/console/console.h
webPlayer/register debug/application/template/uart_play/uart_play.c
webPlayer/register debug/application/template/uart_play/uart_play.h
webPlayer/register debug/application/template/uart_play/vs10xx/app_cfg.h
webPlayer/register debug/application/template/uart_play/vs10xx/vs10xx.c
webPlayer/register debug/application/template/uart_play/vs10xx/vs10xx.h
webPlayer/register debug/application/template/uart_play/xmodem_1k/app_cfg.h
webPlayer/register debug/application/template/uart_play/xmodem_1k/xmodem_1k.c
webPlayer/register debug/application/template/uart_play/xmodem_1k/xmodem_1k.h
webPlayer/register debug/app_cfg.h
webPlayer/register debug/default.c
webPlayer/register debug/environment_cfg.h
webPlayer/register debug/gsf/app_cfg.h
webPlayer/register debug/gsf/COPYING
webPlayer/register debug/gsf/default.c
webPlayer/register debug/gsf/gsf.h
webPlayer/register debug/gsf/hal/app_cfg.h
webPlayer/register debug/gsf/hal/bsp/app_cfg.h
webPlayer/register debug/gsf/hal/bsp/bsp.h
webPlayer/register debug/gsf/hal/component/app_cfg.h
webPlayer/register debug/gsf/hal/component/component.h
webPlayer/register debug/gsf/hal/component/vs10xx/app_cfg.h
webPlayer/register debug/gsf/hal/component/vs10xx/vs10xx.c
webPlayer/register debug/gsf/hal/component/vs10xx/vs10xx.h
webPlayer/register debug/gsf/hal/component/vs10xx/vs10xx_reg.h
webPlayer/register debug/gsf/hal/hal.h
webPlayer/register debug/gsf/release_note.txt
webPlayer/register debug/gsf/service/app_cfg.h
webPlayer/register debug/gsf/service/communication/app_cfg.h
webPlayer/register debug/gsf/service/communication/communication.h
webPlayer/register debug/gsf/service/communication/xmodem/app_cfg.h
webPlayer/register debug/gsf/service/c

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com