mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-06-20 14:33:04 -04:00
pulse-server: add a pulse.zeroramp.gap property
Add a new pulse.zeroramp.gap property that will enable gap detection and fade-in/fade-out on gaps on playback streams. Make a rule to enable this on chrome, which does not do a cork/pause when a stream is paused but sends out silence. With the gap detection enabled, this allows the audioconvert to perform fades to avoid pops and clocks from sudden DC changes at the gaps. Fixes #4745
This commit is contained in:
parent
8971c488f3
commit
13c5e3c756
4 changed files with 26 additions and 1 deletions
|
|
@ -38,6 +38,7 @@ struct defs {
|
|||
uint32_t idle_timeout;
|
||||
uint32_t max_streams;
|
||||
uint32_t max_sample_cache;
|
||||
uint32_t zeroramp_gap;
|
||||
};
|
||||
|
||||
struct stats {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue