mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
client-rt: add rule for Davinci Resolve
Davinci Resolve does not manage to figure out acceptable buffer size itself so help it a little with an override. Fixes #1697
This commit is contained in:
parent
9fb44c3a71
commit
53681c9337
1 changed files with 11 additions and 0 deletions
|
|
@ -101,3 +101,14 @@ alsa.properties = {
|
|||
#alsa.buffer-bytes = 0
|
||||
#alsa.volume-method = cubic # linear, cubic
|
||||
}
|
||||
|
||||
# client specific properties
|
||||
alsa.rules = [
|
||||
{ matches = [ { application.process.binary = "resolve" } ]
|
||||
actions = {
|
||||
update-props = {
|
||||
alsa.buffer-bytes = 131072
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue