decodeToPcm
public static DecodedPcm decodeToPcm(byte[] encodedMp3Data) throws CodecMediaExceptionme.tamkungz.codecmedia.internal.audio.mp3.Mp3Decoder
MP3 decoder that decodes into PCM signed 16-bit little-endian samples.
<p>
The implementation relies on Java Sound SPI available at runtime.
public final class Mp3Decoderpublic static DecodedPcm decodeToPcm(byte[] encodedMp3Data) throws CodecMediaExceptionpublic record DecodedPcm(byte[] pcmS16Le, int sampleRate, int channels, int bitsPerSample)