WARNING: THIS PROJECT IS NO LONGER MAINTAINED. MOVED TO: https://github.com/jseproject/jse-player
A quite simple and lightweight audio player for JavaSound, supports both streaming playback (for long music) and in-memory sound clip (for short sound effects).
The library itself can only play audio formats which JavaSound officially supported (WAV, AIFF, AIFC, AU, SND).
If you want to play more audio formats, please see here, all codec SPI listed here are fully supported.
Note you need to download test audios here and put them to /src/test/resources to run the test code properly!
Library | License |
---|---|
AudioCue Maven | Apache-2.0 |