diff --git a/src/daemon/client-rt.conf.in b/src/daemon/client-rt.conf.in index e1f47b556..b73a904e3 100644 --- a/src/daemon/client-rt.conf.in +++ b/src/daemon/client-rt.conf.in @@ -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 + } + } + } +]