summaryrefslogtreecommitdiff
path: root/Software/PulseAudio/Notes/15.0.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'Software/PulseAudio/Notes/15.0.mdwn')
-rw-r--r--Software/PulseAudio/Notes/15.0.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/PulseAudio/Notes/15.0.mdwn b/Software/PulseAudio/Notes/15.0.mdwn
index 1270852a..6c04b288 100644
--- a/Software/PulseAudio/Notes/15.0.mdwn
+++ b/Software/PulseAudio/Notes/15.0.mdwn
@@ -12,7 +12,7 @@ The code that loads the ALSA path configuration files now checks if the files ex
### module-virtual-surround-sink rewritten
-TODO
+The convolution processing code has been rewritten to use a blocked FFT function, supporting potentially much larger impulse responses. Existing impulses will continue to function with the rewrite. The filter optionally supports asymmetrical responses, which may be enabled by specifying two sets of impulse files, using the `hrir_left` and `hrir_right` options instead of the original `hrir` option. Impulses should be matching format and channel layouts. The channel layout of the actual audio input for processing may be specified using the `channel_map` setting, so long as all specified channels are present in one or both impulses.
### More options for module-jackdbus-detect