summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgchini <gchini@web>2022-01-23 14:19:05 +0000
committerIkiWiki <ikiwiki.info>2022-01-23 14:19:05 +0000
commit278c7214c48043cc8cfcdf5ffbc8117a05157eca (patch)
treead2f82c42d9257cda3e52a2a0879031b1c016498
parente275c4ba34ef39b90cce4114eb3812f50e23762a (diff)
-rw-r--r--Software/PulseAudio/Notes/16.0.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/PulseAudio/Notes/16.0.mdwn b/Software/PulseAudio/Notes/16.0.mdwn
index 0e12d389..86104190 100644
--- a/Software/PulseAudio/Notes/16.0.mdwn
+++ b/Software/PulseAudio/Notes/16.0.mdwn
@@ -62,7 +62,7 @@ The Battery API is still marked as an experimental feature in BlueZ, and if you
### New time smoother implementation
-There's a new algorithm for keeping latency stable during adaptive resampling in module-loopback and elsewhere. A part of that is a new "time smoother" implementation. Since this is a fair bit of complex new code in the core audio processing parts, the old implementation is kept around for a while to have a backup in case bugs show up. The new time smoother can be disabled with the `enable-smoother-2=false` Meson option.
+There's a new algorithm for keeping latency stable during adaptive resampling in module-loopback and elsewhere. Part of that is a new "time smoother" implementation. It will deliver more accurate and stable latency estimations compared to the current algorithm. This is mainly important where a fixed relationship between different streams is required (A/V sync, module-loopback, module-combine-sink, module-echo cancel, ...). Since this is a fair bit of complex new code in the core audio processing parts, the old implementation is kept around for a while to have a backup in case bugs show up. The new time smoother can be disabled with the `enable-smoother-2=false` Meson option.
## git shortlog