项目作者: kleinmantara

项目描述 :
serial mp3 player
高级语言:
项目地址: git://github.com/kleinmantara/SerialMP3PlayerArduino.git
创建时间: 2018-10-29T13:52:39Z
项目社区:https://github.com/kleinmantara/SerialMP3PlayerArduino

开源协议:GNU General Public License v3.0

下载


Useful hints for the serial mp3 player (YX5300 chip)

  • Directories must be consecutively numbered ##
    • There must be always a 01 directory
    • No gaps in the numbering
    • No sub directorys
    • No files in the SD card root directory
    • No other files than wav or mp3 in the directorys
  • The files must be consecutively numbered ###${NAME}
    • Also across directory boundaries
    • No gaps in the numbering
  • On a Mac:

Example:

  1. /-+- `01`
  2. | + `001_Happy_Dance.mp3`
  3. | + `002-O_Sole_Mio.mp3`
  4. |
  5. +- `02`
  6. | + `003Humpty_Dumpty.mp3`
  7. | + `004-Incy_Wincy_Spider.mp3`
  8. | + `005-Grand_Duke.mp3`
  9. |
  10. +- `03`
  11. + `006-Fernando.mp3`
  12. + `007-Mamma_Mia.mp3`

Arduino Librarys