Let's say I have multiple mp3 files and I want combine them as 1 mp3 file or save as 1 mp3 file in JAVA.
any ideas?
thanks!
Let's say I have multiple mp3 files and I want combine them as 1 mp3 file or save as 1 mp3 file in JAVA.
any ideas?
thanks!
You might be able to use JLayer. This is an older library but is reportedly stable. Browsing the api it seems like there may be a way to accomplish your task.
This post seems to have a few more options that you could also investigate.
If you can convert the files to .wav format before you load them into a Java program then maybe this past question could help.
Is there a reason you need to use Java? Tools like FFmpeg can do wonders, although the learning curve can be a little steep.