MP3 Player without external hardware MP3 Player without external hardware. A software based MP3 player based on a modified version of libmad. Mono output (at the moment) via AnalogOut. Files are read from an USB drive. This is a demo program, it plays only one file at the moment. Documentation is in "main.cpp" and "config.h"

Dependencies:   mbed

History

Version 3: default tip

2010-11-27, by Gruenfrosch [Sat, 27 Nov 2010 17:27:33 +0000] rev 2

Version 3:
* moved another memory block into AHB RAM, giving more room for
* stereo buffer.
* moved content of decode() to main()
* decoding is now safe to be called multiple times (bug in older versions)
* Output routine now fills stereo buffer, DAC output sums channels,
* just for demonstration that stereo output could go here


Fixed the last warning

2010-11-26, by Gruenfrosch [Fri, 26 Nov 2010 13:05:34 +0000] rev 1

Fixed the last warning


First Version

2010-11-26, by Gruenfrosch [Fri, 26 Nov 2010 12:18:30 +0000] rev 0

First Version