mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
alsa: disable pause-on-idle by default
snd_pcm_drop() causes pops and cracks. It is better to just let the sink consume silence until it gets suspended.
This commit is contained in:
parent
19be555fa6
commit
d9a63dc69f
3 changed files with 3 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ rules = [
|
|||
#node.nick = null
|
||||
#priority.driver = 100
|
||||
#priority.session = 100
|
||||
#node.pause-on-idle = true
|
||||
#node.pause-on-idle = false
|
||||
#resample.quality = 4
|
||||
#channelmix.normalize = false
|
||||
#channelmix.mix-lfe = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue