diff options
author | Chris Robinson <[email protected]> | 2021-03-31 05:37:56 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2021-03-31 05:37:56 -0700 |
commit | 8793055e666d2019dd48422c2e4ece1d3118e2f7 (patch) | |
tree | b9157843ca82fc9d6a244cef6f5ca4eeec09d9bb /al/buffer.h | |
parent | 051d6fb243c3d6843b5f5b24684cc9324cdc1de1 (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.h | 1 |
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, }; |