Login  Register

Re: Sound finishes with a click.

Posted by gouessej on Apr 23, 2014; 3:09pm
URL: https://forum.jogamp.org/Sound-finishes-with-a-click-tp4032182p4032228.html

You can use JOGG and JORBIS both with JavaSound and with JOAL. I use them with Paul Lamb Sound Library here:
http://svn.code.sf.net/p/tuer/code/pre_beta/engine/sound/SoundManager.java

You can look at the source code of the JOAL plugin for Paul Lamb Sound Library to understand how to do the same with com.jogamp.openal.sound3d.AudioSystem3D.

Edit.: AudioSystem3D supports a very few formats, at least Wav but it's not compressed :(
Julien Gouesse | Personal blog | Website