Vorbis Support - Combining JOrbis, VorbisSPI and Tritonus-Share

Hi,

lately when investigating Ogg/Vorbis support I found that many projects rely on the combination of the three libraries (JOrbis, VorbisSPI and Tritonus-Share). I decided to combine them all (they are all LGPL, so the combination is LGPL as well) and called the result vorbis-support.

The combination has the advantage of being very small and easier to debug, optimize or extend and maybe easier to use also. I also quickly cleaned the code up, removed some unnecessary bits. So far nothing really changed, but since there are some issues with the libraries (seeking was mentioned somewhere) it might be I incorporate them at some point. Since the three libraries are working well together I decided I can use the amenities of Java 7 (try with resources, …).

More info and the download can be found at the vorbis-support homepage.

I also welcome any feedback, bug reports, possible feature enhancements or (especially welcome any) code contributions!