Go to file
2019-01-22 21:24:31 +08:00
fileHandler.c almos done. except that volume control has not been implemented. 2019-01-22 17:56:14 +08:00
fileHandler.h almos done. except that volume control has not been implemented. 2019-01-22 17:56:14 +08:00
main.c almos done. except that volume control has not been implemented. 2019-01-22 17:56:14 +08:00
PlayInterface.c almos done. except that volume control has not been implemented. 2019-01-22 17:56:14 +08:00
PlayInterface.h almos done. except that volume control has not been implemented. 2019-01-22 17:56:14 +08:00
README.md modified: README.md 2019-01-22 21:24:31 +08:00
vol.c almos done. except that volume control has not been implemented. 2019-01-22 17:56:14 +08:00
vol.h almos done. except that volume control has not been implemented. 2019-01-22 17:56:14 +08:00

mp3-player

c语言编写的mp3播放器。播放功能调用Windows提供的mciSendString实现。程序只完成了读取输入路径下的.mp3文件名打印菜单并实现播放等简单功能。

为什么很费力因为是c语言

playinterface.c难道不是培训老师从网上copy下来的