An open API service indexing awesome lists of open source software.

https://github.com/goxr3plus/java-sound-libraries

Advanced Audio Libraries for Java supporting multiple audio formats
https://github.com/goxr3plus/java-sound-libraries

aac aiff au flac mp3 ogg speex wav

Last synced: 5 months ago
JSON representation

Advanced Audio Libraries for Java supporting multiple audio formats

Awesome Lists containing this project

README

          

# java-sound-libraries
The above libraries have originally been developed from [JavaZoom](http://www.javazoom.net) . 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](https://github.com/goxr3plus/java-stream-player) providing you the ability to create a full Advanced Media Player like [XR3Player](https://github.com/goxr3plus/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](https://github.com/goxr3plus/XR3Player)

### Some more information

Following artifacts are released including source and javadoc artifacts:

* [Tritonus share](http://tritonus.org) - utility classes for sound processing
* [JLayer](http://www.javazoom.net/javalayer/javalayer.html) - MP3 decoder and encoder
* [MP3SPI](http://www.javazoom.net/mp3spi/mp3spi.html) - javax.sound provider for MP3 decoding and encoding based on JLayer
* [JOrbis](http://www.jcraft.com/jorbis/) - OGG Vorbis decoder and encoder
* [VorbisSPI](http://www.javazoom.net/vorbisspi/vorbisspi.html) - Service provider for decoding OGG Vorbis
* [java-stream-player](https://github.com/goxr3plus/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](https://github.com/pdudits/soundlibs)