How Do I Get Meterbridge Working In EndeavourOS with PipeWire?

I don’t know if this goes in Multimedia, or Applications, but I’m a newbie, so here it is.

I’ve got a clean install of EOS, and it’s running PipeWire with PipeWire-Jack. My goal is to get JACK Meterbridge to work with it. In case you’re not familiar with it, Meterbridge allows you to display a variety of audio-level meters using input from Jack. The plugin page for Meterbridge says, “The jack library and headers must be installed.” I’m hoping that PipeWire-Jack will work, but I haven’t been able to find any documentation that supports that yet.

Meterbridge is in the Arch repos, so I installed it using pacman without any problems.

I can get it to display a pair of Vu meters with the following command in Console:

$ meterbridge -t vu alsa_pcm:playback_0 alsa_pcm:playback_1
Registering as bridge-16322
Initialising OpenGL system
Can't find port 'alsa_pcm:playback_0'
Can't find port 'alsa_pcm:playback_1'

As you can see, Meterbridge can’t find the ports as I’ve identified them.

I used the PipeWire cli tool (pw-cli) to list my ports:

$pw-cli ls
	id 0, type PipeWire:Interface:Core/4
 		object.serial = "0"
 		core.name = "pipewire-0"
	id 1, type PipeWire:Interface:Module/3
 		object.serial = "1"
 		module.name = "libpipewire-module-rt"
	id 2, type PipeWire:Interface:Module/3
 		object.serial = "2"
 		module.name = "libpipewire-module-protocol-native"
	id 3, type PipeWire:Interface:Module/3
 		object.serial = "3"
 		module.name = "libpipewire-module-profiler"
	id 4, type PipeWire:Interface:Profiler/3
 		object.serial = "4"
	id 5, type PipeWire:Interface:Module/3
 		object.serial = "5"
 		module.name = "libpipewire-module-metadata"
	id 6, type PipeWire:Interface:Factory/3
 		object.serial = "6"
 		module.id = "5"
 		factory.name = "metadata"
 		factory.type.name = "PipeWire:Interface:Metadata"
 		factory.type.version = "3"
	id 7, type PipeWire:Interface:Module/3
 		object.serial = "7"
 		module.name = "libpipewire-module-spa-device-factory"
	id 8, type PipeWire:Interface:Factory/3
 		object.serial = "8"
 		module.id = "7"
 		factory.name = "spa-device-factory"
 		factory.type.name = "PipeWire:Interface:Device"
 		factory.type.version = "3"
	id 9, type PipeWire:Interface:Module/3
 		object.serial = "9"
 		module.name = "libpipewire-module-spa-node-factory"
	id 10, type PipeWire:Interface:Factory/3
 		object.serial = "10"
 		module.id = "9"
 		factory.name = "spa-node-factory"
 		factory.type.name = "PipeWire:Interface:Node"
 		factory.type.version = "3"
	id 11, type PipeWire:Interface:Module/3
 		object.serial = "11"
 		module.name = "libpipewire-module-client-node"
	id 12, type PipeWire:Interface:Factory/3
 		object.serial = "12"
 		module.id = "11"
 		factory.name = "client-node"
 		factory.type.name = "PipeWire:Interface:ClientNode"
 		factory.type.version = "4"
	id 13, type PipeWire:Interface:Module/3
 		object.serial = "13"
 		module.name = "libpipewire-module-client-device"
	id 14, type PipeWire:Interface:Factory/3
 		object.serial = "14"
 		module.id = "13"
 		factory.name = "client-device"
 		factory.type.name = "Spa:Pointer:Interface:Device"
 		factory.type.version = "0"
	id 15, type PipeWire:Interface:Module/3
 		object.serial = "15"
 		module.name = "libpipewire-module-portal"
	id 16, type PipeWire:Interface:Module/3
 		object.serial = "16"
 		module.name = "libpipewire-module-access"
	id 17, type PipeWire:Interface:Module/3
 		object.serial = "17"
 		module.name = "libpipewire-module-adapter"
	id 18, type PipeWire:Interface:Factory/3
 		object.serial = "18"
 		module.id = "17"
 		factory.name = "adapter"
 		factory.type.name = "PipeWire:Interface:Node"
 		factory.type.version = "3"
	id 19, type PipeWire:Interface:Module/3
 		object.serial = "19"
 		module.name = "libpipewire-module-link-factory"
	id 20, type PipeWire:Interface:Factory/3
 		object.serial = "20"
 		module.id = "19"
 		factory.name = "link-factory"
 		factory.type.name = "PipeWire:Interface:Link"
 		factory.type.version = "3"
	id 21, type PipeWire:Interface:Module/3
 		object.serial = "21"
 		module.name = "libpipewire-module-session-manager"
	id 22, type PipeWire:Interface:Factory/3
 		object.serial = "22"
 		module.id = "21"
 		factory.name = "client-endpoint"
 		factory.type.name = "PipeWire:Interface:ClientEndpoint"
 		factory.type.version = "0"
	id 23, type PipeWire:Interface:Factory/3
 		object.serial = "23"
 		module.id = "21"
 		factory.name = "client-session"
 		factory.type.name = "PipeWire:Interface:ClientSession"
 		factory.type.version = "0"
	id 24, type PipeWire:Interface:Factory/3
 		object.serial = "24"
 		module.id = "21"
 		factory.name = "session"
 		factory.type.name = "PipeWire:Interface:Session"
 		factory.type.version = "0"
	id 25, type PipeWire:Interface:Factory/3
 		object.serial = "25"
 		module.id = "21"
 		factory.name = "endpoint"
 		factory.type.name = "PipeWire:Interface:Endpoint"
 		factory.type.version = "0"
	id 26, type PipeWire:Interface:Factory/3
 		object.serial = "26"
 		module.id = "21"
 		factory.name = "endpoint-stream"
 		factory.type.name = "PipeWire:Interface:EndpointStream"
 		factory.type.version = "0"
	id 27, type PipeWire:Interface:Factory/3
 		object.serial = "27"
 		module.id = "21"
 		factory.name = "endpoint-link"
 		factory.type.name = "PipeWire:Interface:EndpointLink"
 		factory.type.version = "0"
	id 28, type PipeWire:Interface:Node/3
 		object.serial = "28"
 		factory.id = "10"
 		priority.driver = "20000"
 		node.name = "Dummy-Driver"
	id 29, type PipeWire:Interface:Node/3
 		object.serial = "29"
 		factory.id = "10"
 		priority.driver = "19000"
 		node.name = "Freewheel-Driver"
	id 30, type PipeWire:Interface:Metadata/3
 		object.serial = "30"
 		metadata.name = "settings"
	id 31, type PipeWire:Interface:Client/3
 		object.serial = "31"
 		module.id = "2"
 		pipewire.protocol = "protocol-native"
 		pipewire.sec.pid = "1588"
 		pipewire.sec.uid = "1000"
 		pipewire.sec.gid = "1000"
 		pipewire.sec.label = "hex:de66036e4a5600006e9339096b7f000070cdfebffe7f0000894439096b7f000028cefebffe7f0000003062293209904790cdfebffe7f000090cdfebffe7f000090cdfebffe7f0000594539096b7f000020cefebffe7f0000194f39096b7f00006c00000000000000a850036e4a5600009300000000000000a850036e4a5600009900000000000000805c3c096b7f00000000000000000000003062293209904720cefebffe7f0000990000000000000020cefebffe7f0000bd4f39096b7f000020cefebffe7f0000594539096b7f000030cffebffe7f0000595139096b7f000028cefebffe7f0000ff9a3909720000006c01000000000000f05d3c096b7f00000b00000000000000a850036e4a5600009900000000000000405d3c096b7f000000000000000000000030622932099047000000000000000030cffebffe7f0000c8bc046e4a56000030cffebffe7f000064d0febffe7f0000d34439096b7f000030cffebffe7f00000030622932099047c0cffebffe7f0000c0cffebffe7f0000c0cffebffe7f0000d83dc3096b7f0000de66036e4a56000030be046e4a5600006c000108350000000030622932099047b8cffebffe7f0000303c046e4a56000030000000000000006000000000000000a08bd7096b7f0000603c046e4a56000030be046e4a560000eb41c3096b7f0000d866036e4a560000403c046e4a560000500000000000000031000000000000003000000000000000303c046e4a5600006000000000000000c84fc3096b7f00001000000000000000a08bd7096b7f000000000000000000006c00000000000000a850036e4a560000c0cffebffe7f0000c8bc046e4a5600002e00000000000000500000000000000010bd046e4a560000a000000000000000a000000000000000c050036e4a560000d83dc3096b7f00002e00000000000000d83dc3096b7f0000a850036e4a56000000bf046e4a560000c050036e4a560000200000000000000080be046e4a5600000500000000000000a08bd7096b7f0000c0ffffffffffffff1500000000000000150000000000000004000000000000002d47c3096b7f000003000000000000001870036e4a560000a0be046e4a56000000306229320990472970036e4a56000073843a096b7f00000b00000000000000d056036e4a56000090d0febffe7f0000a59138096b7f000000000000000000000030622932099047406f036e4a560000d056036e4a5600000000000000000000efcf38096b7f0000d056036e4a5600000000000000000000e892026e4a56000091c638096b7f0000d056036e4a5600007c0339096b7f000030d0febffe7f0000406f036e4a5600000857036e4a56000048d1febffe7f0000010000006b7f00003b030000000000006059036e4a56000084d1febffe7f0000"
 		pipewire.access = "unrestricted"
 		application.name = "pipewire"
	id 32, type PipeWire:Interface:Link/3
 		object.serial = "119"
 		factory.id = "20"
 		client.id = "33"
 		link.output.port = "54"
 		link.input.port = "44"
 		link.output.node = "53"
 		link.input.node = "47"
	id 33, type PipeWire:Interface:Client/3
 		object.serial = "33"
 		module.id = "2"
 		pipewire.protocol = "protocol-native"
 		pipewire.sec.pid = "1587"
 		pipewire.sec.uid = "1000"
 		pipewire.sec.gid = "1000"
 		pipewire.sec.label = "hex:e0cdfebffe7f0000e0cdfebffe7f0000200000000004000080bb000000080000a003096e4a56000080dafe6d4a560000780000000100000080bb000080bb000000000000000000000000000000000000030000002000000078dcfe6d4a560000c8010000000400000021066e4a560000a0d9fe6d4a5600000008000000000000000000006b7f000090f0dd0080bb0000000000004a5600008808096e4a56000000000000000000000000000000000000e0cdfebffe7f0000e0cdfebffe7f00003092e6096b7f00000030622932099047c8de066e4a560000a003096e4a560000a0d9fe6d4a5600003809096e4a560000100000000000000060bf046e4a5600003809096e4a5600005ffdde096b7f000028e1036e4a5600001022066e4a56000028e1036e4a5600006011066e4a560000a003096e4a56000029fc0a086b7f00000000000000000000062d360903000000000b36096b7f0001c8de066e4a56000028e1036e4a5600006011066e4a560000280b096e4a560000030000004a5600008826076e4a560000a026076e4a5600006011066e4a560000823834096b7f0000c0f3046e4a5600000c000000000000000000000000000000062d36096b7f0000600b36096b7f0000e64534096b7f0000c00a0c080e000000f0cefebffe7f000000000000000000000000000000000000e0de066e4a5600001022066e4a560000010000000100000000000000000000001876056e4a56000000306229320990471022066e4a5600000300000000000000040000000400000026000040000000006074056e4a56000080c9046e4a560000300000003000000090d0febffe7f0000a0cffebffe7f0000003062293209904780d2046e4a560000f0d2046e4a560000c0f3046e4a560000280000000000000028cb046e4a560000f0d2046e4a560000f8d2046e4a56000088a735096b7f000088cb046e4a560000f8d2046e4a560000000000000000000000000000000000000000000000000000003062293209904720d0febffe7f00001000000000000000f0d2046e4a5600004a9dca096b7f000080d0febffe7f0000150000004000004010000000000000007a82ca096b7f000010d3046e4a56000040f4056e0100000080d0febffe7f000020000000ffffffffc0f3046e4a560000399cb6096b7f00000100000030c7026e4a5600006b7f0000c0d0febffe7f00007000000000000000e0d0febffe7f0000800000004040000040000040000000001f9035096b7f000080e3046e4a56000080e3046e4a5600000000000000000000f0d2046e4a5600000000000000000000000000000000000020d1febffe7f00000100000000000000000000000000000000000000000000000000000000000000260000400000000020f4046e4a5600007000000000000000"
 		pipewire.access = "unrestricted"
 		application.name = "WirePlumber"
	id 34, type PipeWire:Interface:Client/3
 		object.serial = "34"
 		module.id = "2"
 		pipewire.protocol = "protocol-native"
 		pipewire.sec.pid = "1587"
 		pipewire.sec.uid = "1000"
 		pipewire.sec.gid = "1000"
 		pipewire.sec.label = "hex:e0cdfebffe7f0000e0cdfebffe7f0000200000000004000080bb000000080000a003096e4a56000080dafe6d4a560000780000000100000080bb000080bb000000000000000000000000000000000000030000002000000078dcfe6d4a560000c8010000000400000021066e4a560000a0d9fe6d4a5600000008000000000000000000006b7f000090f0dd0080bb0000000000004a5600008808096e4a56000000000000000000000000000000000000e0cdfebffe7f0000e0cdfebffe7f00003092e6096b7f00000030622932099047c8de066e4a560000a003096e4a560000a0d9fe6d4a5600003809096e4a560000100000000000000060bf046e4a5600003809096e4a5600005ffdde096b7f000028e1036e4a5600001022066e4a56000028e1036e4a5600006011066e4a560000a003096e4a56000029fc0a086b7f00000000000000000000062d360903000000000b36096b7f0001c8de066e4a56000028e1036e4a5600006011066e4a560000280b096e4a560000030000004a5600008826076e4a560000a026076e4a5600006011066e4a560000823834096b7f0000c0f3046e4a5600000c000000000000000000000000000000062d36096b7f0000600b36096b7f0000e64534096b7f0000c00a0c080e000000f0cefebffe7f000000000000000000000000000000000000e0de066e4a5600001022066e4a560000010000000100000000000000000000001876056e4a56000000306229320990471022066e4a5600000300000000000000040000000400000026000040000000006074056e4a56000080c9046e4a560000300000003000000090d0febffe7f0000a0cffebffe7f0000003062293209904780d2046e4a560000f0d2046e4a560000c0f3046e4a560000280000000000000028cb046e4a560000f0d2046e4a560000f8d2046e4a56000088a735096b7f000088cb046e4a560000f8d2046e4a560000000000000000000000000000000000000000000000000000003062293209904720d0febffe7f00001000000000000000f0d2046e4a5600004a9dca096b7f000080d0febffe7f0000150000004000004010000000000000007a82ca096b7f000010d3046e4a56000040f4056e0100000080d0febffe7f000020000000ffffffffc0f3046e4a560000399cb6096b7f00000100000030c7026e4a5600006b7f0000c0d0febffe7f00007000000000000000e0d0febffe7f0000800000004040000040000040000000001f9035096b7f000080e3046e4a56000080e3046e4a5600000000000000000000f0d2046e4a5600000000000000000000000000000000000020d1febffe7f00000100000000000000000000000000000000000000000000000000000000000000260000400000000020f4046e4a5600007000000000000000"
 		pipewire.access = "unrestricted"
 		application.name = "WirePlumber [export]"
	id 35, type PipeWire:Interface:Metadata/3
 		factory.id = "6"
 		module.id = "5"
 		metadata.name = "default"
 		client.id = "33"
 		object.serial = "35"
	id 36, type PipeWire:Interface:Node/3
 		object.serial = "36"
 		factory.id = "10"
 		client.id = "34"
 		node.name = "Midi-Bridge"
 		media.class = "Midi/Bridge"
	id 37, type PipeWire:Interface:Port/3
 		object.serial = "37"
 		object.path = "alsa:seq:default:client_14:playback_0"
 		format.dsp = "8 bit raw midi"
 		node.id = "36"
 		port.id = "0"
 		port.name = "Midi Through:(playback_0) Midi Through Port-0"
 		port.direction = "in"
 		port.physical = "true"
 		port.terminal = "true"
 		port.alias = "Midi Through:Midi Through Port-0"
	id 38, type PipeWire:Interface:Port/3
 		object.serial = "38"
 		object.path = "alsa:seq:default:client_14:capture_0"
 		format.dsp = "8 bit raw midi"
 		node.id = "36"
 		port.id = "0"
 		port.name = "Midi Through:(capture_0) Midi Through Port-0"
 		port.direction = "out"
 		port.physical = "true"
 		port.terminal = "true"
 		port.alias = "Midi Through:Midi Through Port-0"
	id 39, type PipeWire:Interface:Metadata/3
 		metadata.name = "route-settings"
 		factory.id = "6"
 		module.id = "5"
 		client.id = "33"
 		object.serial = "39"
	id 40, type PipeWire:Interface:Device/3
 		object.serial = "40"
 		factory.id = "14"
 		client.id = "34"
 		device.api = "alsa"
 		device.description = "Built-in Audio"
 		device.name = "alsa_card.pci-0000_00_1b.0"
 		device.nick = "HDA Intel PCH"
 		media.class = "Audio/Device"
	id 41, type PipeWire:Interface:Link/3
 		object.serial = "118"
 		factory.id = "20"
 		client.id = "33"
 		link.output.port = "56"
 		link.input.port = "42"
 		link.output.node = "53"
 		link.input.node = "47"
	id 42, type PipeWire:Interface:Port/3
 		object.serial = "112"
 		object.path = "alsa:pcm:0:hdmi:0:playback:playback_0"
 		format.dsp = "32 bit float mono audio"
 		node.id = "47"
 		audio.channel = "FL"
 		port.id = "0"
 		port.name = "playback_FL"
 		port.direction = "in"
 		port.physical = "true"
 		port.terminal = "true"
 		port.alias = "MX259:playback_FL"
	id 43, type PipeWire:Interface:Port/3
 		object.serial = "116"
 		object.path = "alsa:pcm:0:front:0:capture:capture_0"
 		format.dsp = "32 bit float mono audio"
 		node.id = "58"
 		audio.channel = "FL"
 		port.id = "0"
 		port.name = "capture_FL"
 		port.direction = "out"
 		port.physical = "true"
 		port.terminal = "true"
 		port.alias = "ALC887-VD Analog:capture_FL"
	id 44, type PipeWire:Interface:Port/3
 		object.serial = "114"
 		object.path = "alsa:pcm:0:hdmi:0:playback:playback_1"
 		format.dsp = "32 bit float mono audio"
 		node.id = "47"
 		audio.channel = "FR"
 		port.id = "1"
 		port.name = "playback_FR"
 		port.direction = "in"
 		port.physical = "true"
 		port.terminal = "true"
 		port.alias = "MX259:playback_FR"
	id 45, type PipeWire:Interface:Port/3
 		object.serial = "115"
 		object.path = "alsa:pcm:0:hdmi:0:playback:monitor_1"
 		format.dsp = "32 bit float mono audio"
 		node.id = "47"
 		audio.channel = "FR"
 		port.id = "1"
 		port.name = "monitor_FR"
 		port.direction = "out"
 		port.monitor = "true"
 		port.alias = "MX259:monitor_FR"
	id 46, type PipeWire:Interface:Port/3
 		object.serial = "113"
 		object.path = "alsa:pcm:0:hdmi:0:playback:monitor_0"
 		format.dsp = "32 bit float mono audio"
 		node.id = "47"
 		audio.channel = "FL"
 		port.id = "0"
 		port.name = "monitor_FL"
 		port.direction = "out"
 		port.monitor = "true"
 		port.alias = "MX259:monitor_FL"
	id 47, type PipeWire:Interface:Node/3
 		object.serial = "110"
 		object.path = "alsa:pcm:0:hdmi:0:playback"
 		factory.id = "18"
 		client.id = "34"
 		device.id = "40"
 		priority.session = "696"
 		priority.driver = "696"
 		node.description = "Built-in Audio Digital Stereo (HDMI)"
 		node.name = "alsa_output.pci-0000_00_1b.0.hdmi-stereo"
 		node.nick = "MX259"
 		media.class = "Audio/Sink"
	id 48, type PipeWire:Interface:Client/3
 		object.serial = "53"
 		module.id = "2"
 		pipewire.protocol = "protocol-native"
 		pipewire.sec.pid = "1588"
 		pipewire.sec.uid = "1000"
 		pipewire.sec.gid = "1000"
 		pipewire.sec.label = "hex:de66036e4a5600006e9339096b7f00000000000000000000894439096b7f000028cefebffe7f0000003062293209904790cdfebffe7f000090cdfebffe7f000090cdfebffe7f0000594539096b7f000020cefebffe7f0000194f39096b7f00006c00000000000000a850036e4a56000093000000000000009bc73a096b7f000030cffebffe7f0000734f39096b7f00000000000000000000003062293209904720cefebffe7f0000990000000000000020cefebffe7f0000bd4f39096b7f000020cefebffe7f0000003062293209904730cffebffe7f0000000000000000000030cffebffe7f0000594539096b7f00000000000000000000699d39096b7f00000b0000000000000030cffebffe7f000020cffebffe7f0000000000000000000000000000000000000300000073000000000000000000000030cffebffe7f0000486f036e4a56000030cffebffe7f000064d0febffe7f0000784939096b7f000030cffebffe7f0000003062293209904720cffebffe7f0000003062293209904730cffebffe7f0000406f036e4a560000180000003000000090d0febffe7f0000c0cffebffe7f00000030622932099047486f036e4a5600000000000000000000406f036e4a56000020cffebffe7f0000a0cffebffe7f00007300000000000000000000000000000088a539096b7f0000406f036e4a560000000060000d0000006c00000000000000486f036e4a5600009800000000000000906f036e4a5600002e00000000000000c05d3c096b7f0000000000000000000000306229320990470000000000000000406f036e4a5600007300000000000000406f036e4a56000038d1febffe7f0000c5a639096b7f000030000000300000000030622932099047c0cffebffe7f0000d04e036e4a560000c054036e4a5600000000000000000000406f036e4a560000406f036e4a5600004059036e4a5600000030622932099047c050036e4a560000d04e036e4a560000c054036e4a5600000000000000000000406f036e4a560000406f036e4a5600004059036e4a560000716bc9096b7f0000d092026e4a560000080000000000000080d0febffe7f00007a82ca096b7f00000200000000000000a896b6090100000080d0febffe7f000020000000ffffffffd092026e4a560000399cb6096b7f00000100000030c7026e4a56000032099047d056036e4a560000010000000000000050d1e6096b7f0000016f036e4a560000b04c036e4a56000004d038096b7f0000d056036e4a5600000100000000000000d092026e4a56000091c638096b7f0000d056036e4a5600007c0339096b7f000030d0febffe7f0000406f036e4a5600000857036e4a56000048d1febffe7f0000010000006b7f0000ce000000000000006059036e4a56000084d1febffe7f0000"
 		pipewire.access = "unrestricted"
 		application.name = "GNOME Shell Volume Control"
	id 49, type PipeWire:Interface:Client/3
 		object.serial = "54"
 		module.id = "2"
 		pipewire.protocol = "protocol-native"
 		pipewire.sec.pid = "1588"
 		pipewire.sec.uid = "1000"
 		pipewire.sec.gid = "1000"
 		pipewire.sec.label = "hex:ea66036e4a5600006e9339096b7f0000010000004a560000894439096b7f000028cefebffe7f0000003062293209904790cdfebffe7f000090cdfebffe7f000090cdfebffe7f0000594539096b7f000020cefebffe7f0000194f39096b7f00006c00000000000000a850036e4a56000093000000000000009bc73a096b7f000030cffebffe7f0000734f39096b7f00000000000000000000003062293209904720cefebffe7f0000990000000000000020cefebffe7f0000bd4f39096b7f000020cefebffe7f0000003062293209904730cffebffe7f0000000000000000000030cffebffe7f0000594539096b7f00000000000000000000699d39096b7f00000b0000000000000030cffebffe7f000020cffebffe7f0000000000000000000000000000000000000300000073000000000000000000000030cffebffe7f0000486f036e4a56000030cffebffe7f000064d0febffe7f0000784939096b7f000030cffebffe7f0000003062293209904720cffebffe7f0000003062293209904730cffebffe7f0000406f036e4a560000180000003000000090d0febffe7f0000c0cffebffe7f00000030622932099047486f036e4a5600000000000000000000406f036e4a56000020cffebffe7f0000a0cffebffe7f00007300000000000000000000000000000088a539096b7f0000406f036e4a560000000060000d0000006c00000000000000486f036e4a5600009800000000000000906f036e4a5600003a00000000000000c05d3c096b7f0000000000000000000000306229320990470000000000000000406f036e4a5600007300000000000000406f036e4a56000038d1febffe7f0000c5a639096b7f000030000000300000000030622932099047c0cffebffe7f0000d04e036e4a560000c054036e4a5600000000000000000000406f036e4a560000406f036e4a5600004059036e4a5600000030622932099047c050036e4a560000d04e036e4a560000c054036e4a5600000000000000000000406f036e4a560000406f036e4a5600004059036e4a560000716bc9096b7f0000d092026e4a560000080000000000000080d0febffe7f00007a82ca096b7f00000200000000000000a896b6090100000080d0febffe7f000020000000ffffffffd092026e4a560000399cb6096b7f00000100000030c7026e4a56000032099047d056036e4a560000010000000000000050d1e6096b7f0000016f036e4a560000b04c036e4a56000004d038096b7f0000d056036e4a5600000100000000000000d092026e4a56000091c638096b7f0000d056036e4a5600007c0339096b7f000030d0febffe7f0000406f036e4a5600000857036e4a56000048d1febffe7f0000010000006b7f0000da000000000000006059036e4a56000084d1febffe7f0000"
 		pipewire.access = "unrestricted"
 		application.name = "GNOME Volume Control Media Keys"
	id 50, type PipeWire:Interface:Client/3
 		object.serial = "55"
 		module.id = "2"
 		pipewire.protocol = "protocol-native"
 		pipewire.sec.pid = "1985"
 		pipewire.sec.uid = "1000"
 		pipewire.sec.gid = "1000"
 		pipewire.sec.label = "hex:ea66036e4a5600006e9339096b7f0000010000004a560000894439096b7f000028cefebffe7f0000003062293209904790cdfebffe7f000090cdfebffe7f000090cdfebffe7f0000594539096b7f000020cefebffe7f0000194f39096b7f00006c00000000000000a850036e4a56000093000000000000009bc73a096b7f000030cffebffe7f0000734f39096b7f00000000000000000000003062293209904720cefebffe7f0000990000000000000020cefebffe7f0000bd4f39096b7f000020cefebffe7f0000003062293209904730cffebffe7f0000000000000000000030cffebffe7f0000594539096b7f00000000000000000000699d39096b7f00000b0000000000000030cffebffe7f000020cffebffe7f0000000000000000000000000000000000000300000073000000000000000000000030cffebffe7f0000486f036e4a56000030cffebffe7f000064d0febffe7f0000784939096b7f000030cffebffe7f0000003062293209904720cffebffe7f0000003062293209904730cffebffe7f0000406f036e4a560000180000003000000090d0febffe7f0000c0cffebffe7f00000030622932099047486f036e4a5600000000000000000000406f036e4a56000020cffebffe7f0000a0cffebffe7f00007300000000000000000000000000000088a539096b7f0000406f036e4a560000000060000d0000006c00000000000000486f036e4a5600009800000000000000906f036e4a5600003a00000000000000c05d3c096b7f0000000000000000000000306229320990470000000000000000406f036e4a5600007300000000000000406f036e4a56000038d1febffe7f0000c5a639096b7f000030000000300000000030622932099047c0cffebffe7f0000d04e036e4a560000c054036e4a5600000000000000000000406f036e4a560000406f036e4a5600004059036e4a5600000030622932099047c050036e4a560000d04e036e4a560000c054036e4a5600000000000000000000406f036e4a560000406f036e4a5600004059036e4a560000716bc9096b7f0000d092026e4a560000080000000000000080d0febffe7f00007a82ca096b7f00000200000000000000a896b6090100000080d0febffe7f000020000000ffffffffd092026e4a560000399cb6096b7f00000100000030c7026e4a56000032099047d056036e4a560000010000000000000050d1e6096b7f0000016f036e4a560000b04c036e4a56000004d038096b7f0000d056036e4a5600000100000000000000d092026e4a56000091c638096b7f0000d056036e4a5600007c0339096b7f000030d0febffe7f0000406f036e4a5600000857036e4a56000048d1febffe7f0000010000006b7f0000da000000000000006059036e4a56000084d1febffe7f0000"
 		pipewire.access = "unrestricted"
 		application.name = "xdg-desktop-portal"
	id 51, type PipeWire:Interface:Client/3
 		object.serial = "56"
 		module.id = "2"
 		pipewire.protocol = "protocol-native"
 		pipewire.sec.pid = "1588"
 		pipewire.sec.uid = "1000"
 		pipewire.sec.gid = "1000"
 		pipewire.sec.label = "hex:f266036e4a5600006e9339096b7f00000100000000000000894439096b7f000028cefebffe7f0000003062293209904790cdfebffe7f000090cdfebffe7f000090cdfebffe7f0000594539096b7f000020cefebffe7f0000194f39096b7f00006c00000000000000a850036e4a56000093000000000000009bc73a096b7f000030cffebffe7f0000734f39096b7f00000000000000000000003062293209904720cefebffe7f0000990000000000000020cefebffe7f0000bd4f39096b7f000020cefebffe7f0000003062293209904730cffebffe7f0000000000000000000030cffebffe7f0000594539096b7f00000000000000000000699d39096b7f00000b0000000000000030cffebffe7f000020cffebffe7f0000000000000000000000000000000000000300000073000000000000000000000030cffebffe7f0000883b046e4a56000030cffebffe7f000064d0febffe7f0000784939096b7f000030cffebffe7f0000003062293209904720cffebffe7f0000003062293209904730cffebffe7f0000803b046e4a560000180000003000000090d0febffe7f0000c0cffebffe7f00000030622932099047883b046e4a5600000000000000000000803b046e4a56000020cffebffe7f0000a0cffebffe7f00007300000000000000000000000000000088a539096b7f0000803b046e4a560000000060000d0000006c00000000000000883b046e4a5600009800000000000000d03b046e4a5600004200000000000000c05d3c096b7f0000000000000000000000306229320990470000000000000000803b046e4a5600007300000000000000803b046e4a56000038d1febffe7f0000c5a639096b7f000030000000300000000030622932099047c0cffebffe7f0000d04e036e4a560000c054036e4a5600000000000000000000803b046e4a560000803b046e4a5600004059036e4a5600000030622932099047c050036e4a560000d04e036e4a560000c054036e4a5600000000000000000000803b046e4a560000803b046e4a5600004059036e4a560000716bc9096b7f0000d092026e4a560000080000000000000080d0febffe7f00007a82ca096b7f00000200000000000000a896b6090100000080d0febffe7f000020000000ffffffffd092026e4a560000399cb6096b7f00000100000030c7026e4a56000032099047d056036e4a560000010000000000000050d1e6096b7f0000013b046e4a560000b04c036e4a56000004d038096b7f0000d056036e4a5600000100000000000000d092026e4a56000091c638096b7f0000d056036e4a5600007c0339096b7f000030d0febffe7f0000803b046e4a5600000857036e4a56000048d1febffe7f0000010000006b7f0000e2000000000000006059036e4a56000084d1febffe7f0000"
 		pipewire.access = "unrestricted"
 		application.name = "Firefox"
	id 52, type PipeWire:Interface:Client/3
 		object.serial = "57"
 		module.id = "2"
 		pipewire.protocol = "protocol-native"
 		pipewire.sec.pid = "1588"
 		pipewire.sec.uid = "1000"
 		pipewire.sec.gid = "1000"
 		pipewire.sec.label = "hex:de66036e4a5600006e9339096b7f00000100000000000000894439096b7f000028cefebffe7f0000003062293209904790cdfebffe7f000090cdfebffe7f000090cdfebffe7f0000594539096b7f000020cefebffe7f0000194f39096b7f00006c00000000000000a850036e4a56000093000000000000009bc73a096b7f000030cffebffe7f0000734f39096b7f00000000000000000000003062293209904720cefebffe7f0000990000000000000020cefebffe7f0000bd4f39096b7f000020cefebffe7f0000003062293209904730cffebffe7f0000000000000000000030cffebffe7f0000594539096b7f00000000000000000000699d39096b7f00000b0000000000000030cffebffe7f000020cffebffe7f0000000000000000000000000000000000000300000073000000000000000000000030cffebffe7f0000883b046e4a56000030cffebffe7f000064d0febffe7f0000784939096b7f000030cffebffe7f0000003062293209904720cffebffe7f0000003062293209904730cffebffe7f0000803b046e4a560000180000003000000090d0febffe7f0000c0cffebffe7f00000030622932099047883b046e4a5600000000000000000000803b046e4a56000020cffebffe7f0000a0cffebffe7f00007300000000000000000000000000000088a539096b7f0000803b046e4a560000000060000d0000006c00000000000000883b046e4a5600009800000000000000d03b046e4a5600002e00000000000000c05d3c096b7f0000000000000000000000306229320990470000000000000000803b046e4a5600007300000000000000803b046e4a56000038d1febffe7f0000c5a639096b7f000030000000300000000030622932099047c0cffebffe7f0000d04e036e4a560000c054036e4a5600000000000000000000803b046e4a560000803b046e4a5600004059036e4a5600000030622932099047c050036e4a560000d04e036e4a560000c054036e4a5600000000000000000000803b046e4a560000803b046e4a5600004059036e4a560000716bc9096b7f0000d092026e4a560000080000000000000080d0febffe7f00007a82ca096b7f00000200000000000000a896b6090100000080d0febffe7f000020000000ffffffffd092026e4a560000399cb6096b7f00000100000030c7026e4a56000032099047d056036e4a560000010000000000000050d1e6096b7f0000013b046e4a560000b04c036e4a56000004d038096b7f0000d056036e4a5600000100000000000000d092026e4a56000091c638096b7f0000d056036e4a5600007c0339096b7f000030d0febffe7f0000803b046e4a5600000857036e4a56000048d1febffe7f0000010000006b7f0000ce000000000000006059036e4a56000084d1febffe7f0000"
 		pipewire.access = "unrestricted"
 		application.name = "Firefox"
	id 53, type PipeWire:Interface:Node/3
 		object.serial = "85"
 		factory.id = "6"
 		client.id = "52"
 		application.name = "Firefox"
 		node.name = "Firefox"
 		media.class = "Stream/Output/Audio"
	id 54, type PipeWire:Interface:Port/3
 		object.serial = "87"
 		object.path = "Firefox:output_1"
 		format.dsp = "32 bit float mono audio"
 		node.id = "53"
 		audio.channel = "FR"
 		port.id = "1"
 		port.name = "output_FR"
 		port.direction = "out"
 		port.alias = "Firefox:output_FR"
	id 55, type PipeWire:Interface:Client/3
 		object.serial = "69"
 		module.id = "2"
 		pipewire.protocol = "protocol-native"
 		pipewire.sec.pid = "1588"
 		pipewire.sec.uid = "1000"
 		pipewire.sec.gid = "1000"
 		pipewire.sec.label = "hex:693285076b7f00003e3285076b7f00000100000000000000823834096b7f000030bf1e6e4a560000000000000000000000000000000000004ab335096b7f0000600b36096b7f0000705134096b7f0000020000000e00000098c084076b7f000090cdfebffe7f000090cdfebffe7f000070ba0e6e4a560000003062293209904770ba0e6e4a560000000000000000000010cffebffe7f000070ba0e6e4a56000058bf0e6e4a560000000000000000000000000000010000000100000000000000c0cefebffe7f000008dcfe6d4a560000300000003000000070cffebffe7f000020cefebffe7f000000306229320990472000000000040000609e1e6e4a56000030bf1e6e4a560000b001000000000000a8981e6e4a560000609e1e6e4a560000689e1e6e4a56000088a735096b7f000008991e6e4a560000689e1e6e4a5600000000000000000000000000000000000000000000000000000000000000000000000000006b7f00000030622932099047000000000000000000971e6e4a56000030bf1e6e4a5600005089206e4a560000a8981e6e4a560000823834096b7f000030bf1e6e4a5600000c000000000000000000000000000000062d36096b7f0000600b36096b7f0000e64534096b7f0000000000000e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000030bf1e6e4a56000088ca146e4a5600005089206e4a56000070cffebffe7f00000400000004000000cf00004000000000a80100000e0000000000000000000000300000003000000090d0febffe7f0000a0cffebffe7f00000030622932099047f09d1e6e4a560000609e1e6e4a56000030bf1e6e4a5600002800000000000000a8981e6e4a560000609e1e6e4a560000689e1e6e4a56000088a735096b7f000008991e6e4a560000689e1e6e4a560000000000000000000000000000000000000000000000000000003062293209904720d0febffe7f00001000000000000000609e1e6e4a5600004a9dca096b7f000080d0febffe7f0000290000004000004010000000000000007a82ca096b7f0000809e1e6e4a56000090bf1e6e0100000080d0febffe7f000020000000ffffffff30bf1e6e4a560000399cb6096b7f00000100000030c7026e4a5600006b7f0000c0d0febffe7f00007000000000000000e0d0febffe7f0000800000004040000040000040000000001f9035096b7f0000f0ae1e6e4a560000f0ae1e6e4a5600000000000000000000609e1e6e4a5600000000000000000000000000000000000020d1febffe7f00000100000000000000000000000000000000000000000000000000000000000000cf00004000000000507d216e4a5600007000000000000000"
 		pipewire.access = "unrestricted"
 		application.name = "Mutter"
	id 56, type PipeWire:Interface:Port/3
 		object.serial = "86"
 		object.path = "Firefox:output_0"
 		format.dsp = "32 bit float mono audio"
 		node.id = "53"
 		audio.channel = "FL"
 		port.id = "0"
 		port.name = "output_FL"
 		port.direction = "out"
 		port.alias = "Firefox:output_FL"
	id 57, type PipeWire:Interface:Port/3
 		object.serial = "117"
 		object.path = "alsa:pcm:0:front:0:capture:capture_1"
 		format.dsp = "32 bit float mono audio"
 		node.id = "58"
 		audio.channel = "FR"
 		port.id = "1"
 		port.name = "capture_FR"
 		port.direction = "out"
 		port.physical = "true"
 		port.terminal = "true"
 		port.alias = "ALC887-VD Analog:capture_FR"
	id 58, type PipeWire:Interface:Node/3
 		object.serial = "111"
 		object.path = "alsa:pcm:0:front:0:capture"
 		factory.id = "18"
 		client.id = "34"
 		device.id = "40"
 		priority.session = "2009"
 		priority.driver = "2009"
 		node.description = "Built-in Audio Analog Stereo"
 		node.name = "alsa_input.pci-0000_00_1b.0.analog-stereo.3"
 		node.nick = "ALC887-VD Analog"
 		media.class = "Audio/Source"
	id 59, type PipeWire:Interface:Client/3
 		object.serial = "222"
 		module.id = "2"
 		pipewire.protocol = "protocol-native"
 		pipewire.sec.pid = "14651"
 		pipewire.sec.uid = "1000"
 		pipewire.sec.gid = "1000"
 		pipewire.sec.label = "hex:cd66036e4a5600006e9339096b7f00002000000030000000894439096b7f000028cefebffe7f0000003062293209904790cdfebffe7f000090cdfebffe7f000090cdfebffe7f0000594539096b7f000020cefebffe7f0000194f39096b7f00006c00000000000000a850036e4a56000093000000000000009bc73a096b7f000030cffebffe7f0000734f39096b7f00000000000000000000003062293209904720cefebffe7f0000990000000000000020cefebffe7f0000bd4f39096b7f000020cefebffe7f0000003062293209904730cffebffe7f0000000000000000000030cffebffe7f0000594539096b7f00000000000000000000699d39096b7f00000b0000000000000030cffebffe7f000020cffebffe7f0000000000000000000000000000000000000300000073000000000000000000000030cffebffe7f0000883b046e4a56000030cffebffe7f000064d0febffe7f0000784939096b7f000030cffebffe7f0000003062293209904720cffebffe7f0000003062293209904730cffebffe7f0000803b046e4a560000180000003000000090d0febffe7f0000c0cffebffe7f00000030622932099047883b046e4a5600000000000000000000803b046e4a56000020cffebffe7f0000a0cffebffe7f00007300000000000000000000000000000088a539096b7f0000803b046e4a56000000006000080000006c00000000000000883b046e4a5600009800000000000000d03b046e4a5600001d00000000000000c05d3c096b7f0000000000000000000000306229320990470000000000000000803b046e4a5600007300000000000000803b046e4a56000038d1febffe7f0000c5a639096b7f000030000000300000000030622932099047c0cffebffe7f0000d04e036e4a560000c054036e4a5600000000000000000000803b046e4a560000803b046e4a5600004059036e4a5600000030622932099047c050036e4a560000d04e036e4a560000c054036e4a5600000000000000000000803b046e4a560000803b046e4a5600004059036e4a560000716bc9096b7f0000803e046e4a560000080000000000000080d0febffe7f00007a82ca096b7f00000200000000000000a896b6090100000080d0febffe7f000020000000ffffffff803e046e4a560000399cb6096b7f00000100000030c7026e4a56000032099047d056036e4a560000010000000000000050d1e6096b7f0000013b046e4a560000b04c036e4a56000004d038096b7f0000d056036e4a5600000100000000000000803e046e4a56000091c638096b7f0000d056036e4a5600007c0339096b7f000030d0febffe7f0000803b046e4a5600000857036e4a56000048d1febffe7f0000010000006b7f0000bd000000000000006059036e4a56000084d1febffe7f0000"
 		pipewire.access = "unrestricted"
 		application.name = "pw-cli"
	id 65, type PipeWire:Interface:Client/3
 		object.serial = "133"
 		module.id = "2"
 		pipewire.protocol = "protocol-native"
 		pipewire.sec.pid = "1588"
 		pipewire.sec.uid = "1000"
 		pipewire.sec.gid = "1000"
 		pipewire.sec.label = "hex:db66036e4a5600006e9339096b7f00002000000030000000894439096b7f000028cefebffe7f0000003062293209904790cdfebffe7f000090cdfebffe7f000090cdfebffe7f0000594539096b7f000020cefebffe7f0000194f39096b7f00006c00000000000000a850036e4a56000093000000000000009bc73a096b7f000030cffebffe7f0000734f39096b7f00000000000000000000003062293209904720cefebffe7f0000990000000000000020cefebffe7f0000bd4f39096b7f000020cefebffe7f0000003062293209904730cffebffe7f0000000000000000000030cffebffe7f0000594539096b7f00000000000000000000699d39096b7f00000b0000000000000030cffebffe7f000020cffebffe7f0000000000000000000000000000000000000300000073000000000000000000000030cffebffe7f0000883b046e4a56000030cffebffe7f000064d0febffe7f0000784939096b7f000030cffebffe7f0000003062293209904720cffebffe7f0000003062293209904730cffebffe7f0000803b046e4a560000180000003000000090d0febffe7f0000c0cffebffe7f00000030622932099047883b046e4a5600000000000000000000803b046e4a56000020cffebffe7f0000a0cffebffe7f00007300000000000000000000000000000088a539096b7f0000803b046e4a560000000060000e0000006c00000000000000883b046e4a5600009800000000000000d03b046e4a5600002b00000000000000c05d3c096b7f0000000000000000000000306229320990470000000000000000803b046e4a5600007300000000000000803b046e4a56000038d1febffe7f0000c5a639096b7f000030000000300000000030622932099047c0cffebffe7f0000d04e036e4a560000c054036e4a5600000000000000000000803b046e4a560000803b046e4a5600004059036e4a5600000030622932099047c050036e4a560000d04e036e4a560000c054036e4a5600000000000000000000803b046e4a560000803b046e4a5600004059036e4a560000716bc9096b7f0000803e046e4a560000080000000000000080d0febffe7f00007a82ca096b7f00000200000000000000a896b6090100000080d0febffe7f000020000000ffffffff803e046e4a560000399cb6096b7f00000100000030c7026e4a56000032099047d056036e4a560000010000000000000050d1e6096b7f0000013b046e4a560000b04c036e4a56000004d038096b7f0000d056036e4a5600000100000000000000803e046e4a56000091c638096b7f0000d056036e4a5600007c0339096b7f000030d0febffe7f0000803b046e4a5600000857036e4a56000048d1febffe7f0000010000006b7f0000cb000000000000006059036e4a56000084d1febffe7f0000"
 		pipewire.access = "unrestricted"
 		application.name = "GNOME Settings"
	id 66, type PipeWire:Interface:Node/3
 		object.serial = "134"
 		factory.id = "6"
 		client.id = "65"
 		application.name = "GNOME Settings"
 		node.name = "GNOME Settings"
 		media.class = "Stream/Input/Audio"
	id 67, type PipeWire:Interface:Port/3
 		object.serial = "135"
 		object.path = "GNOME Settings:input_0"
 		format.dsp = "32 bit float mono audio"
 		node.id = "66"
 		audio.channel = "FL"
 		port.id = "0"
 		port.name = "input_FL"
 		port.direction = "in"
 		port.alias = "GNOME Settings:input_FL"
 		port.ignore-latency = "true"
	id 68, type PipeWire:Interface:Port/3
 		object.serial = "136"
 		object.path = "GNOME Settings:monitor_0"
 		format.dsp = "32 bit float mono audio"
 		node.id = "66"
 		audio.channel = "FL"
 		port.id = "0"
 		port.name = "monitor_FL"
 		port.direction = "out"
 		port.monitor = "true"
 		port.alias = "GNOME Settings:monitor_FL"
 		port.ignore-latency = "true"
	id 69, type PipeWire:Interface:Port/3
 		object.serial = "137"
 		object.path = "GNOME Settings:input_1"
 		format.dsp = "32 bit float mono audio"
 		node.id = "66"
 		audio.channel = "FR"
 		port.id = "1"
 		port.name = "input_FR"
 		port.direction = "in"
 		port.alias = "GNOME Settings:input_FR"
 		port.ignore-latency = "true"
	id 70, type PipeWire:Interface:Port/3
 		object.serial = "138"
 		object.path = "GNOME Settings:monitor_1"
 		format.dsp = "32 bit float mono audio"
 		node.id = "66"
 		audio.channel = "FR"
 		port.id = "1"
 		port.name = "monitor_FR"
 		port.direction = "out"
 		port.monitor = "true"
 		port.alias = "GNOME Settings:monitor_FR"
 		port.ignore-latency = "true"
	id 71, type PipeWire:Interface:Link/3
 		object.serial = "139"
 		factory.id = "20"
 		client.id = "33"
 		link.output.port = "46"
 		link.input.port = "67"
 		link.output.node = "47"
 		link.input.node = "66"
	id 72, type PipeWire:Interface:Link/3
 		object.serial = "140"
 		factory.id = "20"
 		client.id = "33"
 		link.output.port = "45"
 		link.input.port = "69"
 		link.output.node = "47"
 		link.input.node = "66"
	id 73, type PipeWire:Interface:Client/3
 		object.serial = "149"
 		module.id = "2"
 		pipewire.protocol = "protocol-native"
 		pipewire.sec.pid = "1588"
 		pipewire.sec.uid = "1000"
 		pipewire.sec.gid = "1000"
 		pipewire.sec.label = "hex:400000000e00000001000000000000000100000000000000003062293209904790b2356e4a56000060d1346e4a560000f8dbfe6d4a5600000000000000000000e041e6096b7f000063f1dd096b7f0000304c036e4a56000098dcfe6d4a56000000000000000000000000000000000000000000000000000000000000000000003000000030000000823834096b7f0000107c126e4a5600000c000000000000000000000000000000062d36096b7f0000600b36096b7f0000e64534096b7f0000600b36090e0000000a4034096b7f0000704b096e0e0000000c000000000000000000000000000000823834096b7f0000107c126e4a5600000c000000000000000000000000000000062d36096b7f0000600b36096b7f0000e64534096b7f000008d3346e0e000000405b126e4a560000485b126e4a560000823834096b7f0000704b096e4a5600000c000000000000000000000000000000062d36096b7f0000600b36096b7f0000c2c8af096b7f0000107c126e0e000000581000000000000008d3346e4a560000405b126e4a560000485b126e4a560000823834096b7f0000107c126e4a56000000000000010000005088386e4a5600000c000000000000000000000000000000062d36096b7f000000000000000000004900000000000000000000000e00000060d1346e4a560000300000003000000050d0febffe7f000040cffebffe7f00000030622932099047302a096e4a5600009b03b0096b7f000049000000000000002d04b0096b7f000000000000000000002d04b0096b7f0000040000000400000049000000000000003823096e4a560000a82a096e4a5600002000000030000000a0d0febffe7f0000b0cffebffe7f00000030622932099047b09b126e4a560000a02a096e4a560000704b096e4a5600003000000000000000d822096e4a560000a02a096e4a560000a82a096e4a56000088a735096b7f00003823096e4a560000a82a096e4a560000000000000000000000000000000000000000000000000000000000000000000000000000000000002b22c3096b7f00000000000000000000400ec3096b7f0000008cd7096b7f00007a82ca096b7f0000f04b356e4a560000500000000100000080d0febffe7f000020000000ffffffffa08bd7096b7f0000399cb6096b7f00000100000030c7026e4a5600006b7f00004027086e4a5600002800000000000000e0d0febffe7f0000f09d1e6e40400000040000005041246e1f9035096b7f000080233a6e4a56000080233a6e4a560000000000000000000080d2046e4a5600000000000000000000000000000000000020d1febffe7f000001000000000000000000000000000000000000000000000000000000000000000100000000000000c041316e4a5600002800000000000000"
 		pipewire.access = "unrestricted"
 		application.name = "Quod Libet"
	id 74, type PipeWire:Interface:Node/3
 		object.serial = "155"
 		factory.id = "6"
 		client.id = "73"
 		application.name = "Quod Libet"
 		node.name = "Quod Libet"
 		media.class = "Stream/Output/Audio"
 		media.role = "Music"
	id 75, type PipeWire:Interface:Link/3
 		object.serial = "158"
 		factory.id = "20"
 		client.id = "33"
 		link.output.port = "76"
 		link.input.port = "42"
 		link.output.node = "74"
 		link.input.node = "47"
	id 76, type PipeWire:Interface:Port/3
 		object.serial = "156"
 		object.path = "Quod Libet:output_0"
 		format.dsp = "32 bit float mono audio"
 		node.id = "74"
 		audio.channel = "FL"
 		port.id = "0"
 		port.name = "output_FL"
 		port.direction = "out"
 		port.alias = "Quod Libet:output_FL"
	id 77, type PipeWire:Interface:Link/3
 		object.serial = "159"
 		factory.id = "20"
 		client.id = "33"
 		link.output.port = "78"
 		link.input.port = "44"
 		link.output.node = "74"
 		link.input.node = "47"
	id 78, type PipeWire:Interface:Port/3
 		object.serial = "157"
 		object.path = "Quod Libet:output_1"
 		format.dsp = "32 bit float mono audio"
 		node.id = "74"
 		audio.channel = "FR"
 		port.id = "1"
 		port.name = "output_FR"
 		port.direction = "out"
 		port.alias = "Quod Libet:output_FR"

And tried a number of variations of the same command, but all give me the same “port not found” error.
Is it possible to get Meterbridge to work with PipeWire/PipeWire-Jack, am I identifying the ports incorrectly, or making some other mistake?

I never got Meterbridge to work. The meters display just fine, but I got “port not found” errors so I was never able to get the meters connected to output. I’ll bet Meterbridge just requires the JACK headers, and isn’t (yet) designed to work with Pipewire.

I ended up going with Cava instead. It’s in the AUR, and worked out of the box after installing it with Yay:

yay -S cava

In case anyone is interested, you can start Cava automagically in a Terminal window at the bottom-right of your screen with the following command in Settings Manager > Session and Startup > Application Autostart:

sh -c "sleep 3 && xfce4-terminal --hide-toolbar --hide-menubar --hide-borders --geometry=-0-0 -e cava"

The “sleep 3” appears necessary to make sure that the necessary devices are loaded for Cava to connect to. That command hides the toolbar, menubar, and borders to make Cava look cleaner on the Desktop, but they’re optional. You can quit Cava by setting the focus to the Cava window and entering “q”.