How to proceed to make a mp3 player using java. I want to know the interior details about how to get encoder and what to do with those, how to embed different files. It's my hobby project, I am quite interested and ready to give time.
1
Expert's answer
2010-09-03T06:33:33-0400
There are many mp3 libraries for java. As example JLayer or mp3plugin provided by Oracle. You can use this libraries with JMF to write your own java mp3 player.
Comments
Leave a comment