audioboy
audioboy
Ok, it seems that the library works fine (the last commit from the original author, not the newer one) provided that the mp3 is not variable bit rate encoding. any...
Ok interesting. I will check that in OpenMP3 (I'm the developer) and see if it fixes the issue with the test file.
I updated OpenMP3 with this fix, thanks. It fixes the issue in the test file which previously had artefacts.
I have the same issue with a different mp3, created by audacity.
FYI I did a massive refactor and cleanup of PDMP3 and created a new library called [OpenMP3](https://github.com/audioboy77/OpenMP3), as it has a completley different (fully object orientated) interface. These overflow bugs...
they seem to be working fine in general. but there are still some minor decoding issues on certain files, although this issue does not seem specifc to VBR
The out of bounds issue was already fixed in OpenMP3. The issue is rather that the code only seems to round the input, due to some float -> int ->...