The above libraries have originally been developed from JavaZoom . Though they have stopped being developed long time ago.
Soore here is another repository which does exactly that java-stream-player providing you the ability to create a full Advanced Media Player like XR3Player
All this libraries will be updated using Java 8 ++ and soon Java 9++ .
Because i am using them in many projects like -> XR3Player
Following artifacts are released including source and javadoc artifacts:
- Tritonus share - utility classes for sound processing
- JLayer - MP3 decoder and encoder
- MP3SPI - javax.sound provider for MP3 decoding and encoding based on JLayer
- JOrbis - OGG Vorbis decoder and encoder
- VorbisSPI - Service provider for decoding OGG Vorbis
- java-stream-player - These classes are designed to be used in any application that needs simple features (play, stop, pause, resume, seek) to play audio file or stream. It's a high-level API over JavaSound API.
This project was an original fork from repository soundlibs