audio processing using java
Posted
by Sukhhhh
on Stack Overflow
See other posts from Stack Overflow
or by Sukhhhh
Published on 2010-04-21T08:42:09Z
Indexed on
2010/04/21
8:43 UTC
Read the original article
Hit count: 429
We have a requirement where we need to convert from .wav file to .mp3 and we are currently using "Tritonus" library to do that . The concern with that library is that requires "installation" of some "dll" files to the class path.
I am wondering are there any API's those allow better processing without local installation. And other question is ,having mp3 format files will make it easier to join the files into a single file than having .wav files ?
© Stack Overflow or respective owner