1

I want to convert MP3 file to PCM in Java.

How to do that?

Andrew Thompson
  • 168,117
  • 40
  • 217
  • 433
Tushar Ahirrao
  • 12,669
  • 17
  • 64
  • 96

1 Answers1

12
Andrew Thompson
  • 168,117
  • 40
  • 217
  • 433
  • Sorry for the necropost but, how do I know the mp3plugin.jar is added to the run-time class-path? I have it under referenced libraries, should that be enough? I ask because this solution isn't working for my mp3 file. – Perry Monschau Aug 11 '18 at 10:15
  • @PerryMonschau *"how do I know the mp3plugin.jar is added to the run-time class-path?"* A good sign the MP3 Service Provider Interface is on the class path is that the app. can read an MP3 (just like it can read a WAV ot any other sound file type Java supports without it). – Andrew Thompson Aug 11 '18 at 10:43