OpenMP3
OpenMP3 copied to clipboard
StereoIntensityShort doesnt seem to do anything
Code seems to nothing (except truncate the values)
May be related, we found StereoIntensityLong was going out of bounds when is_pos > 7. The go implementation has a simple fix here https://github.com/hajimehoshi/go-mp3/issues/24
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 -> float conversion. Im sceptical this was the original intention of the code, and that the PDMP3 author made a mistake. If someone has an mp3 which uses this routine, then please send it to me.