Jump to content

  • Log In with Google      Sign In   
  • Create Account

Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics

#Actualm41q

Posted 02 March 2012 - 12:05 PM

if no one knows about this topic...

Any suggestion of an alternative viable method of using 3D-Sound (.ogg-files) with Java is appreciated as well.


EDIT:

SOLVED:

Just in case anyone has the same problem:

There is a class similar to WaveData, called OggData, but it has to be decoded first (using the class "OggDecoder").
A pretty solid explanation of the stuff can be found here:
http://www.cokeandcode.com/index.html?page=tutorials/ast4

It is a tutorial for the sounds of a game made with LWJGL, using .ogg-files and the sound-buffers for 3D-Sound (althougt I think they did not acutally implement the 3D-effect).

#1m41q

Posted 02 March 2012 - 08:54 AM

if no one knows about this topic...

Any suggestion of an alternative viable method of using 3D-Sound (.ogg-files) with Java is appreciated as well.

PARTNERS