CASampledSP is a JNI-based service provider for the javax.sound.sampled.spi interfaces. As such it is capable of decoding many popular audio formats (like mp3 and aac) at native speed taking advantage of Apple's CoreAudio library. The focus is currently on decoding and converting to LPCM, not on writing or exporting.
| Tags | Audio |
|---|---|
| Licenses | LGPL v3 |
| Operating Systems | Mac OS X |
| Implementation | Java C++ JNI CoreAudio |
Recent releases


Release Notes: This release is purely focused on changing the project's structure towards more modern versions of 3rd party libraries and the Maven build system. An issue with Maven profile activation was fixed. Maven 3.0.4, JUnit 4.10, and native-maven-plugin are now used.


Release Notes: Issues with chaining multiple AudioInputStreams for conversion purposes were fixed.


Release Notes: A plethora of issues with stream-(not file-)based conversion was fixed along with issues with formats that require a magic cookie for decompression (e.g. Apple Lossless).


Release Notes: The library can now still be present as a (no-op) service provider even when the native library is not available (e.g. on Windows systems). An incorrect endianness issue in CAAudioFileReader has been fixed. An issue with non-ASCII file names has been fixed. This release prevents conversion from non-CASampledSP AudioInputStreams (as it will fail).