Are JOAL native binaries available for MAC M1?
I tried jar files from
https://github.com/jzy3d/jogl-maven-deployer#getting-jogl-24-rc-4-for-macos-bigsur-20211116
. Opengl library is working fine but openAL doesn't, it fails lo load native library
java.lang.RuntimeException: Couln't load native AL/JNI glue library
at jogamp.openal.ALImpl$1.run(ALImpl.java:1618)
at jogamp.openal.ALImpl$1.run(ALImpl.java:1608)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at jogamp.openal.ALImpl.<clinit>(ALImpl.java:1608)
I have already added joal-natives-macosx-universal.jar to classpath, even tried adding corresponding "dylibs" to path but nothing works in case of OpenAL.
Am I doining something wrong, or JOAL is still isn't available for Mac arm64?