diff options
author | Chris Robinson <[email protected]> | 2021-03-31 20:46:03 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2021-03-31 21:02:30 -0700 |
commit | f33edc3b30ee2975464b308f800f6918c0362283 (patch) | |
tree | 285ba54c9c791d596e880f3b3a4ebfb2ddbe87b5 /alc/buffer_storage.h | |
parent | b5e36007f136f817e6d14685377e781e224daf17 (diff) |
Add support for 4-channel UHJ
Also add the SOFT moniker to the new macros
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 135b9b83..733a62e3 100644 --- a/alc/buffer_storage.h +++ b/alc/buffer_storage.h @@ -29,6 +29,7 @@ enum FmtChannels : unsigned char { FmtBFormat3D, FmtUHJ2, /* 2-channel UHJ, aka "BHJ", stereo-compatible */ FmtUHJ3, /* 3-channel UHJ, aka "THJ", first-two channels are stereo-compatible */ + FmtUHJ4, /* 4-channel UHJ, aka "PHJ", first-two channels are stereo-compatible */ }; enum class AmbiLayout : unsigned char { |