mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-03-25 06:35:46 +01:00
vorbis extension
This commit is contained in:
parent
570fbf8387
commit
8772b13167
|
|
@ -230,6 +230,9 @@ public interface BaseALConstants {
|
|||
|
||||
/** Sound buffers: format specifier. */
|
||||
public static final int AL_FORMAT_STEREO16 = 0x1103;
|
||||
|
||||
/** Ogg Vorbis format specifier. */
|
||||
public static final int AL_FORMAT_VORBIS_EXT = 0x1110;
|
||||
|
||||
/**
|
||||
* Sound buffers: frequency, in units of Hertz [Hz].
|
||||
|
|
|
|||
Loading…
Reference in a new issue