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 /alsoftrc.sample | |
parent | b20e1ef178605491326fa94c7b5005c9fab3ba37 (diff) |
Preliminary implementation of WASAPI spatial audio playback
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index 8ba14389..42802184 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -579,6 +579,12 @@ ## [wasapi] +## spatial-api: +# Specifies whether to use a Spatial Audio stream for playback. This may +# provide expanded capabilities for surround sound and with-height speaker +# configurations. Very experimental. +#spatial-api = false + ## allow-resampler: # Specifies whether to allow an extra resampler pass on the output. Enabling # this will allow the playback device to be set to a different sample rate |