SampledSP
SampledSP is a small collection of libraries that make it easier to deal with sampled audio in Java.
For many many years multimedia capabilities of Java have been modest at best. Without additional libraries it is not even possible to play an mp3 file or resample a regular wave file. SampledSP libraries attempt to fill some of the gaps. Mostly based on native audio libraries like Core Audio, Media Foundation and QuickTime, SampledSP libraries provide Java wrappers for the underlying engines and integrate seamlessly through the implementation of javax.sound.sampled.spi-interfaces. Hence the name SampledSP.
- PCMSamplesSP - pure Java conversion provider for resampling audio
- CASamplesSP - Core Audio based implementation for OS X
- MFSamplesSP - Media Foundation based implementation for Windows >= 7
- QTSamplesSP - QuickTime based implementation for 32bit Windows or OS X
All SampledSP libraries can be licensed under LGPL v3.