aboutsummaryrefslogtreecommitdiffstats
path: root/al/buffer.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2021-03-31 05:37:56 -0700
committerChris Robinson <[email protected]>2021-03-31 05:37:56 -0700
commit8793055e666d2019dd48422c2e4ece1d3118e2f7 (patch)
treeb9157843ca82fc9d6a244cef6f5ca4eeec09d9bb /al/buffer.h
parent051d6fb243c3d6843b5f5b24684cc9324cdc1de1 (diff)
Start an interface for providing UHJ audio
Currently only 2-channel UHJ, which gets treated as stereo.
Diffstat (limited to 'al/buffer.h')
-rw-r--r--al/buffer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/al/buffer.h b/al/buffer.h
index 9f72fb1b..cef9b5d8 100644
--- a/al/buffer.h
+++ b/al/buffer.h
@@ -35,6 +35,7 @@ enum UserFmtChannels : unsigned char {
UserFmtX71 = FmtX71,
UserFmtBFormat2D = FmtBFormat2D,
UserFmtBFormat3D = FmtBFormat3D,
+ UserFmtUHJ2 = FmtUHJ2,
};