no 64-bit binaries

I don’t see any 64-bit binaries for Windows or Linux. Any chance these will be supported?

you might want to consider the LWJGL library, its OpenAL binding has 64bit binaries for both windows and linux.

You might consider not switching to another library or using openal-soft with JOAL to solve your problem. Is a 64-bits absolutely required? Can you use a 32-bits implementation on 64-bits machines?

I’m just looking for a solution that covers most bases. Since I have Vista 64 on my game machine, It would definitely be something I would like to support.

I’ll take a look at the above suggested libraries.

The 32 bit joal definitely doesn’t work on 64 bit vista or windows7. I would appreciate if anybody could give me a 64 bit version.
I would not change to lwjgl in my game project. i’m already using jogl …

There are already some 64bit targets in the build file. It looks like they are just lacking 64bit libs to link against. It was pretty easy to get it to build a amd64 so for linux. It shouldn’t be too hard to fix for windows. There don’t appear to be any active developers right now though.