mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
conf: add example empty stream.rules template
This commit is contained in:
parent
8dd294bf44
commit
414026bd36
1 changed files with 16 additions and 0 deletions
|
|
@ -94,6 +94,22 @@ stream.properties = {
|
|||
#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 params take a single value, an array [] of values
|
||||
# or a range { min=.. max=... }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue