aboutsummaryrefslogtreecommitdiffstats
path: root/core/device.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2022-09-04 13:38:54 -0700
committerChris Robinson <[email protected]>2022-09-04 13:38:54 -0700
commit92d135de3c5ef80f9d8e7d453f23954d47e46489 (patch)
treef61a620ff3cd52961e87d83880a1665a6f73ff47 /core/device.h
parent14bb4ad1b7a0126fe5dfdd2e62bea750ce12d961 (diff)
Track if doing 2D mixing only
And use it to select the proper HF scales
Diffstat (limited to 'core/device.h')
-rw-r--r--core/device.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/device.h b/core/device.h
index d626f2c4..31a88ee4 100644
--- a/core/device.h
+++ b/core/device.h
@@ -153,6 +153,8 @@ struct DeviceBase {
DevFmtType FmtType{};
uint mAmbiOrder{0};
float mXOverFreq{400.0f};
+ /* If the main device mix is horizontal/2D only. */
+ bool m2DMixing{false};
/* For DevFmtAmbi* output only, specifies the channel order and
* normalization.
*/