Add MP3 Support

Signed-off-by: Mahyar Koshkouei <deltabeard@users.noreply.github.com>
This commit is contained in:
Mahyar Koshkouei
2017-01-05 21:12:03 +00:00
parent 2456166647
commit 28d2e8d594
7 changed files with 191 additions and 3 deletions

3
source/mp3.h Normal file
View File

@@ -0,0 +1,3 @@
#include <mpg123.h>
int playMp3(const char* in);