I want to convert MP3 file to PCM in Java.
How to do that?
I want to convert MP3 file to PCM in Java.
How to do that?
mp3plugin.jar
of the JMF.AudioInputStream
for the MP3 from the AudioSystem
of Java Sound.getAudioInputStream(AudioFormat,AudioInputStream)
.