minimp3 icon indicating copy to clipboard operation
minimp3 copied to clipboard

Minimalistic MP3 decoder single header library

Results 37 minimp3 issues
Sort by recently updated
recently updated
newest added

Because some company policies require that open source software used must have a tag. I also hope you create a tag for the latest location of minimp4 (https://github.com/lieff/minimp4/) Thank you...

mp3dec_load_buf and mp3dec_load_cb allocate some data by making a call to malloc. There is no method for us to call to free that data. I wrote a small function for...

Hi, are there any patents included in the minimp3 library? I am asking because the CC0-1.0 does not provide rights for patents and if some are included it might prevent...

The existing check for ARMv6 and greater matches on ARMv6-m. This causes build failures on cortex-m0 and cortex-m0+ as they do not support the ssat instruction. This is what the...

The Microsoft C/C++ compiler warned about possibly writing too much memory in lines like this: memset(scratch.grbuf[0], 0, 576*2*sizeof(float)); Although the code is correct, it confuses the compiler into thinking more...

本人使用 int mp3dec_decode_frame(mp3dec_t *dec, const unsigned char *mp3, int mp3_bytes, mp3d_sample_t *pcm, mp3dec_frame_info_t *info) ; 函数是出现Bus error (core dumped) 。使用的平台是rv1109 的开发板。 请问有什么解决办法吗

From https://github.com/lieff/minimp3/issues/57 . I did not find any software which writes it, so this path not tested yet.

test

there are issue while decoding some MP3 files, it seems the result is distorted [13384.zip](https://github.com/lieff/minimp3/files/5280120/13384.zip)

https://github.com/StanfordPL/stoke https://github.com/google/souper https://github.com/facebookincubator/BOLT