Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.61 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.61 KB

java-sound-libraries

The above libraries have originally been developed from JavaZoom . Though they have stopped being developed long time ago.

Can i combine the capabilities of all them in one ?

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

The goal

All this libraries will be updated using Java 8 ++ and soon Java 9++ .

Why ?

Because i am using them in many projects like -> XR3Player

Some more information

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.

Finally

This project was an original fork from repository soundlibs