pipewire: update to pw 0.3.40 and wp 0.4.5
[AGL/meta-agl.git] / meta-pipewire / recipes-multimedia / wireplumber / wireplumber-config-agl / 10-default-policy.lua
index f71b313..57fa921 100644 (file)
@@ -43,6 +43,11 @@ default_policy.policy = {
   ["move"] = false,  -- moves session items when metadata target.node changes
   ["follow"] = true, -- moves session items to the default device when it has changed
 
+  -- Set to 'true' to disable channel splitting & merging on nodes and enable
+  -- passthrough of audio in the same format as the format of the device.
+  -- Note that this breaks JACK support; it is generally not recommended
+  ["audio.no-dsp"] = false,
+
   -- how much to lower the volume of lower priority streams when ducking
   -- note that this is a linear volume modifier (not cubic as in the mixer)
   ["duck.level"] = 0.2,
@@ -110,7 +115,7 @@ function default_policy.enable()
   load_script("static-endpoints.lua", default_policy.endpoints)
 
   -- Create session items for nodes that appear in the graph
-  load_script("create-item.lua")
+  load_script("create-item.lua", default_policy.policy)
 
   -- Link nodes to each other to make media flow in the graph
   load_script("policy-node.lua", default_policy.policy)