JavaMP3 icon indicating copy to clipboard operation
JavaMP3 copied to clipboard

A fast and lightweight library to decode MP3 data into raw samples (supports MPEG 1 Layer I/II/III)

Results 5 JavaMP3 issues
Sort by recently updated
recently updated
newest added

The project currently supports MPEG 1 files only.

I found that when decode a sound file with 16000hz sampling rate,the result show that it is 32000hz。

When seeking, there was an issue that caused fatal exceptions. Basically some audio data was detected as an MP3 header even if it wasn't. I've added some additional checks to...

I tried using this library to decode mp3 to PCM. There were no errors but when I read the PCM samples using the decodeFullyInto() function, the samplesBuffer does not contain...