finnkuusisto / TinySound

Simple library for playing sounds and music in Java
http://finnkuusisto.github.com/TinySound
BSD 2-Clause "Simplified" License
99 stars 26 forks source link

Add Vorbis support #6

Closed finnkuusisto closed 12 years ago

finnkuusisto commented 12 years ago

Adding compressed audio support, such as Vorbis, would make TinySound far more useful for applets and the like.

JOrbis is one promising option. It's pure Java and is licensed under the LGPL: http://www.jcraft.com/jorbis/tutorial/Tutorial.html

Another option would be to roll my own Vorbis decoder... maybe... if I'm really bored.

finnkuusisto commented 12 years ago

Added the JOrbis, VorbisSPI and Tritonus Share libraries to TinySound.