mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
settings: remove link.min-buffers option again
The min should always be 1. We have other ways of bumping the number of buffers to 2, like the ASYNC allocation flag which we can set if we are also doing some async scheduling. We could make this an option later. Otherwise, we would also allocate 2 buffers by default between the mixer and the node, which is unnecessary.
This commit is contained in:
parent
dbedd09d42
commit
f366167278
7 changed files with 4 additions and 12 deletions
|
|
@ -217,10 +217,6 @@ Default video rate denominator
|
|||
@PAR@ pipewire.conf library.name.system = support/libspa-support
|
||||
The name of the shared library to use for the system functions for the main thread.
|
||||
|
||||
@PAR@ pipewire.conf link.min-buffers = 2
|
||||
The minimum number of buffers to negotiate between nodes. Using 1 buffer will consume
|
||||
less memory but might cause glitches when using async nodes.
|
||||
|
||||
@PAR@ pipewire.conf link.max-buffers = 64
|
||||
The maximum number of buffers to negotiate between nodes. Note that version < 3 clients
|
||||
can only support 16 buffers. More buffers is almost always worse than less, latency
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue