aboutsummaryrefslogtreecommitdiffstats
path: root/core/device.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2023-09-20 19:48:04 -0700
committerChris Robinson <[email protected]>2023-09-20 19:53:03 -0700
commit0eeb3c29f412dd38666dc57e9bc117e3e1073d78 (patch)
treeabfe3cdafcb5e006cb7fdf077d0a01a5592057c3 /core/device.h
parentb20e1ef178605491326fa94c7b5005c9fab3ba37 (diff)
Preliminary implementation of WASAPI spatial audio playback
Diffstat (limited to 'core/device.h')
-rw-r--r--core/device.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/device.h b/core/device.h
index 33cdfe89..b088e130 100644
--- a/core/device.h
+++ b/core/device.h
@@ -165,6 +165,11 @@ enum {
// ear buds, etc).
DirectEar,
+ /* Specifies if output is using speaker virtualization (e.g. Windows
+ * Spatial Audio).
+ */
+ Virtualization,
+
DeviceFlagsCount
};