|
Ardour
9.0-pre0-1950-g391fe97693
|
Go to the source code of this file.
Classes | |
| struct | mp3dec_frame_info_t |
| struct | mp3dec_t |
Macros | |
| #define | MINIMP3_MAX_SAMPLES_PER_FRAME (1152*2) |
Typedefs | |
| typedef int16_t | mp3d_sample_t |
Functions | |
| void | mp3dec_init (mp3dec_t *dec) |
| int | mp3dec_decode_frame (mp3dec_t *dec, const uint8_t *mp3, int mp3_bytes, mp3d_sample_t *pcm, mp3dec_frame_info_t *info) |
| typedef int16_t mp3d_sample_t |
| int mp3dec_decode_frame | ( | mp3dec_t * | dec, |
| const uint8_t * | mp3, | ||
| int | mp3_bytes, | ||
| mp3d_sample_t * | pcm, | ||
| mp3dec_frame_info_t * | info | ||
| ) |
| void mp3dec_init | ( | mp3dec_t * | dec | ) |