New wireplumber config
This commit is contained in:
@@ -5,15 +5,15 @@
|
||||
--
|
||||
-- SPDX-License-Identifier: MIT
|
||||
|
||||
local sink_ids = {}
|
||||
local fallback_node = nil
|
||||
sink_ids = {}
|
||||
fallback_node = nil
|
||||
|
||||
node_om = ObjectManager {
|
||||
Interest {
|
||||
type = "node",
|
||||
Constraint { "media.class", "matches", "Audio/Sink", type = "pw-global" },
|
||||
-- Do not consider endpoints created by WirePlumber
|
||||
Constraint { "wireplumber.is-endpoint", "!", true, type = "pw" },
|
||||
-- Do not consider virtual items created by WirePlumber
|
||||
Constraint { "wireplumber.is-virtual", "!", true, type = "pw" },
|
||||
-- or the fallback sink itself
|
||||
Constraint { "wireplumber.is-fallback", "!", true, type = "pw" },
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user