summaryrefslogtreecommitdiff
path: root/Software/PulseAudio/Notes
diff options
context:
space:
mode:
authorkode54 <kode54@web>2020-12-22 08:08:09 +0000
committerIkiWiki <ikiwiki.info>2020-12-22 08:08:09 +0000
commit41cf699a30aeef1e545bec69cd6b6ec4eb2556f2 (patch)
treea1d995f76f7def1904a0cf3725826faab1d15c23 /Software/PulseAudio/Notes
parent5a745b254e4f7d532d1a89d20b0e9fc21b613a13 (diff)
Added summary for module-virtual-surround-sink rewrite
Diffstat (limited to 'Software/PulseAudio/Notes')
-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