Skip to content

A quite simple and lightweight audio player for JavaSound, streaming playing to reduce memory usage.

License

Notifications You must be signed in to change notification settings

Tianscar/jamplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A quite simple and lightweight audio player for JavaSound, streaming playing to reduce memory usage.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages