Note that there are some explanatory texts on larger screens.

plurals
  1. POAny good recommendations for MP3/Sound libraries for java?
    primarykey
    data
    text
    <p>I'm looking for libraries to:</p> <ul> <li>read and write meta data (for example ID3v2 tags in mp3 and all)</li> <li>convert compressed to to raw audio data and if possible raw audio data to mp3, ogg, aac, ...</li> <li>digitally process the audio data (energy, timbre, Mel Frequency Cepstral Coefficients - MFCC, FFT, LPC, Autocorrelation, Wavelet, ...)</li> </ul> <p>I already know and am not content with: </p> <ul> <li>JMF: original from Sun, reads mp3 and turns it into WAV. But does not read meta data nor provide any advanced digital processing features.</li> <li><a href="http://fmj-sf.net/" rel="noreferrer">FMJ</a>: Alternative implementation to JMF with same limitations.</li> <li><a href="http://jaudio.sourceforge.net/" rel="noreferrer">jAudio</a>: Not stable and although potential, currently not well maintained.</li> <li><a href="http://marsyas.sness.net/" rel="noreferrer">Marsyas</a>: In digital processing just what I had hoped for, but in C++. Maybe some port / integration already available?</li> <li><a href="http://jid3.blinkenlights.org/" rel="noreferrer">JID3</a>: API for meta data, but seems to be dead (last release 2005/12/10). </li> <li><a href="http://www.javazoom.net/javalayer/javalayer.html" rel="noreferrer">JLayer</a>: API for reading and playing, also dead (last update 2004/11/28).</li> <li><a href="http://www.routeconverter.de/MetaMusic/" rel="noreferrer">MetaMusic</a>: API of the program is neat but no official standalone open source project. Therefore has no community, future support and all...</li> <li><a href="http://www.lightdev.com/page/61.htm" rel="noreferrer">Light Dev</a>: Some interesting features, but not at all complete.</li> </ul> <p>This is what some of my own investigation has turned up. I would greatly appreciate all input, suggestions, critics, ...</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload