I’m trying to use Paul’s Code 3D Sound System for my game engine (which I did last time)… But it doesn’t seem to work with LWJGL3… For one thing, LWJGL3 doesn’t have LWJGLException or AL.create()…
Is there anyway I can fix this while still using LWJGL3? or do I just have to find another sound system or make my own?