decodeToPcm
public static Mp3Decoder.DecodedPcm decodeToPcm(byte[] encodedMp3Data) throws CodecMediaExceptionme.tamkungz.codecmedia.internal.audio.mp3.PureJavaMp3Decoder
Experimental pure-Java MP3 decoder backend.
<p>
This implementation is intentionally lightweight and does not reconstruct the
original Layer III spectral data yet. It parses valid MP3 frame headers and
synthesizes a deterministic PCM timeline from frame cadence so callers can run
in runtime environments where Java Sound MP3 SPI is unavailable.
public final class PureJavaMp3Decoderpublic static Mp3Decoder.DecodedPcm decodeToPcm(byte[] encodedMp3Data) throws CodecMediaException