mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-08 17:28:38 +02:00
smart-equalizer.conf: fix filter.smart.target usage example
This commit is contained in:
parent
317b5e8013
commit
d31615c58f
1 changed files with 5 additions and 5 deletions
|
|
@ -46,12 +46,12 @@ wireplumber.components = [
|
|||
# the unique name of the filter
|
||||
filter.smart.name = "filter.sink.smart-equalizer"
|
||||
|
||||
# set this to always link the filter to a particular sink
|
||||
# or leave it unset in order to follow the default sink
|
||||
#filter.smart.target = "alsa_output.pci-0000_00_01.0.analog-stereo"
|
||||
## set this to always link the filter to a particular sink
|
||||
## or leave it unset in order to follow the default sink
|
||||
#filter.smart.target = { node.name = "alsa_output.pci-0000_00_01.0.analog-stereo" }
|
||||
|
||||
# here you can specify filter dependencies, using their names
|
||||
# (filter.smart.name) if you set up many of them to be linked in a chain
|
||||
## here you can specify filter dependencies, using their names
|
||||
## (filter.smart.name) if you set up many of them to be linked in a chain
|
||||
#filter.smart.before = []
|
||||
#filter.smart.after = []
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue