mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-10 13:30:05 -05:00
impl-node: Make rounding of quantum configurable
Add new context config clock.power-of-two-quantum to make it possible to not round quantum to closest lower power of two. This makes it possible to match the quantum of a source node with the quantum of a client node.
This commit is contained in:
parent
d143c169cc
commit
44e0251afd
4 changed files with 24 additions and 15 deletions
|
|
@ -9,6 +9,7 @@ context.properties = {
|
|||
#mem.warn-mlock = false
|
||||
#mem.allow-mlock = true
|
||||
#mem.mlock-all = false
|
||||
#clock.power-of-two-quantum = true
|
||||
#log.level = 2
|
||||
|
||||
core.daemon = true # listening for socket connections
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue