conf: add example empty stream.rules template

This commit is contained in:
Wim Taymans 2023-08-25 11:54:01 +02:00
parent 8dd294bf44
commit 414026bd36

View file

@ -94,6 +94,22 @@ stream.properties = {
#dither.noise = 0 #dither.noise = 0
} }
stream.rules = [
{ matches = [
{
# all keys must match the value. ! negates. ~ starts regex.
#application.name = "pw-cat"
#node.name = "~Google Chrome$"
}
]
actions = {
update-props = {
#node.latency = 512/48000
}
}
}
]
alsa.properties = { alsa.properties = {
# ALSA params take a single value, an array [] of values # ALSA params take a single value, an array [] of values
# or a range { min=.. max=... } # or a range { min=.. max=... }