Jump to content

Java OpenAL

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by SmackBot (talk | contribs) at 15:30, 7 March 2011 (Dated {{Dead link}} x 2. (Build p607)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
JOAL (Java OpenAL)
Stable release
1.1.3 / March 8, 2009; 16 years ago (2009-03-08)
Operating systemCross-platform
Type3D computer graphics software (library/API)
LicenseBSD license
Websitejoal.dev.java.net[dead link]

Java OpenAL (JOAL) is one of several wrapper libraries that allows Java programmers to access OpenAL. This allows Java programmers to use 3D sound in applications. JOAL is one of the libraries developed by the Sun Microsystems Game Technology Group. JOAL is released under a BSD license, and is available for Microsoft Windows, Mac OS X, and Linux. Like its graphical counterpart, Java OpenGL (JOGL), JOAL was developed using the GlueGen utility, a program that generates Java bindings from C header files.