Reputation: 21
I have tried many times trying to get ogg support in Java but have been unsuccessful.
I have tried using Jorbis and another method for implementing ogg playback in Java but cannot seem to do so.
Can someone point me in the right direction on implementing ogg in java?
Upvotes: 2
Views: 591
Reputation: 5310
Check out FFsampledSP. It's a free, FFmpeg-based implementation for Win and OSX that implements the javax.sound.sampled
interfaces.
Upvotes: 0
Reputation: 7100
3D sound system is the best I've tried(It just works) and can be used not just in JPCT: http://www.jpct.net/forum2/index.php/topic,1057.0.html
Upvotes: 1