Module club.doki7.openal


module club.doki7.openal

OpenAL Java Bindings implemented with Java 22 FFM (Project Panama) APIs.

OpenAL is a cross-platform 3D audio API appropriate for use with gaming applications and many other types of audio applications.

For more information about OpenAL, please refer to the official documentation:

Use in Maven

<dependency>
    <groupId>club.doki7</groupId>
    <artifactId>openal</artifactId>
    <version>0.3.3</version>
    <scope>compile</scope>
</dependency>