aboutsummaryrefslogtreecommitdiffstats
path: root/core/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/device.h')
-rw-r--r--core/device.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/device.h b/core/device.h
index 5e2a3bfd..88d146aa 100644
--- a/core/device.h
+++ b/core/device.h
@@ -57,6 +57,12 @@ enum class RenderMode : unsigned char {
Hrtf
};
+enum class StereoEncoding : unsigned char {
+ Normal,
+ Uhj,
+ Hrtf
+};
+
struct InputRemixMap {
struct TargetMix { Channel channel; float mix; };