mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-06-18 14:32:58 -04:00
When the port IO_Buffers is set, do a fade-in of the next buffer data into the final mixed output. When the port IO Buffers in cleared, do a fade-out of that last sample. Add a zeroramp.duration property that controls the length in seconds of the fade-in/out curve. By default, set this to 5ms. The fade-in and fade-outs avoid popping noise from sudden DC voltage changes when ports a linked and unlinked. It will also trigger when the upstream peer is paused, because that will also remove the IO Buffers from the mixer ports. |
||
|---|---|---|
| .. | ||
| examples | ||
| include | ||
| include-private/spa-private | ||
| lib | ||
| plugins | ||
| tests | ||
| tools | ||
| meson.build | ||