diff options
author | Chris Robinson <[email protected]> | 2023-09-20 19:48:04 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2023-09-20 19:53:03 -0700 |
commit | 0eeb3c29f412dd38666dc57e9bc117e3e1073d78 (patch) | |
tree | abfe3cdafcb5e006cb7fdf077d0a01a5592057c3 /core/device.h | |
parent | b20e1ef178605491326fa94c7b5005c9fab3ba37 (diff) |
Preliminary implementation of WASAPI spatial audio playback
Diffstat (limited to 'core/device.h')
-rw-r--r-- | core/device.h | 5 |
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 }; |