views:

177

answers:

0

Hello,

I am about to create a mini project in Java related to MP3. These are the 3 things i will be doing in it.

1) Playing a MP3 file (as we do in a VLC media player with all the play,pause,stop functions)

2) Converting a MP3 file to .WAV file and vice versa

3) Compressing a MP3 file from 256kbps to 128 or 64kbps(depends on the user)

which of the library should i prefer.?

JLayer or LameOnJ.? and why?

Is there any other such library in Java.? which one of it will ease my development process..?