io.github.mwttg.pixelartillery2d.sound.SoundData Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pixel-artillery-2d Show documentation
Show all versions of pixel-artillery-2d Show documentation
A library for 2D OpenGL and OpenAL support based on LWJGL 3
The newest version!
package io.github.mwttg.pixelartillery2d.sound;
record SoundData(byte[] data, int openAlFormat, int sampleRate) {}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy