|
XenevaOS
|

Go to the source code of this file.
Classes | |
| struct | _mp3_info |
Macros | |
| #define | MP3_MAX_SAMPLES_PER_FRAME (1152*2) |
| #define | mp3_free(dec) do { mp3_done(dec); dec = NULL; } while(0) |
Typedefs | |
| typedef struct _mp3_info | mp3_info_t |
| typedef void * | mp3_decoder_t |
Functions | |
| mp3_decoder_t | mp3_create (void) |
| int | mp3_decode (mp3_decoder_t dec, void *buf, int bytes, signed short *out, mp3_info_t *info) |
| void | mp3_done (mp3_decoder_t *dec) |
| #define MP3_MAX_SAMPLES_PER_FRAME (1152*2) |
| typedef void* mp3_decoder_t |
| typedef struct _mp3_info mp3_info_t |
|
extern |
|
extern |
|
extern |