From 49a36334bd8255094d780ffb78cce75135190533 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 24 Oct 2021 11:51:39 -0700 Subject: Use a tri-state optional for the stereo output mode --- core/device.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'core/device.h') 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; }; -- cgit v1.2.3