Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 1.09 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.09 KB

WARNING: THIS PROJECT IS NO LONGER MAINTAINED. MOVED TO: https://github.com/jseproject/jse-player

Java Audio Media 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.

Usage

JavaDoc
Tests and Examples

Note you need to download test audios here and put them to /src/test/resources to run the test code properly!

License

Apache-2.0

Code usage

Library License
AudioCue Maven Apache-2.0