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
- Host: GitHub
- URL: https://github.com/goxr3plus/java-sound-libraries
- Owner: goxr3plus
- Created: 2017-10-24T16:02:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-24T16:42:06.000Z (almost 8 years ago)
- Last Synced: 2025-05-05T23:07:43.104Z (5 months ago)
- Topics: aac, aiff, au, flac, mp3, ogg, speex, wav
- Language: Java
- Homepage:
- Size: 1.38 MB
- Stars: 19
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)