decodeToPcm
public static Mp3Decoder.DecodedPcm decodeToPcm(byte[] encodedMp3Data) throws CodecMediaExceptionme.tamkungz.codecmedia.internal.audio.mp3.PureJavaMp3Decoder
Placeholder for a future true pure-Java MPEG Layer III decoder.
<p>
Older versions synthesized a 440 Hz PCM timeline from MP3 frame cadence.
That output was not decoded source audio, so this backend now fails closed
instead of returning misleading/corrupted media.
public final class PureJavaMp3Decoderpublic static Mp3Decoder.DecodedPcm decodeToPcm(byte[] encodedMp3Data) throws CodecMediaException