|
Defines |
#define | DATASZ (1<<15) |
#define | BUFSZ (1<<16) |
Functions |
MP3FILE * | open_mp3_file (char *filename) |
int | play_mp3_file (MP3FILE *mp3, int buflen, int vol, int pan) |
void | close_mp3_file (MP3FILE *mp3) |
int | poll_mp3_file (MP3FILE *mp3) |
int | MP3_Open (char *mp3file) |
int | MP3_Play (void) |
int | MP3_Close (void) |