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 /alc/buffer_storage.h | |
parent | 051d6fb243c3d6843b5f5b24684cc9324cdc1de1 (diff) |
Start an interface for providing UHJ audio
Currently only 2-channel UHJ, which gets treated as stereo.
Diffstat (limited to 'alc/buffer_storage.h')
-rw-r--r-- | alc/buffer_storage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/alc/buffer_storage.h b/alc/buffer_storage.h index b08dd1e0..2f8da5e2 100644 --- a/alc/buffer_storage.h +++ b/alc/buffer_storage.h @@ -27,6 +27,7 @@ enum FmtChannels : unsigned char { FmtX71, /* (WFX order) */ FmtBFormat2D, FmtBFormat3D, + FmtUHJ2, /* 2-channel UHJ, aka "BHJ", stereo-compatible */ }; enum class AmbiLayout : unsigned char { |