musikcubed version: 3.0.1 #d2f83f75 Archlinux AUR build (though tested on -bin and -git packages, the same)
its not harmful by itself, stream is being connected as it should, but some DSP (i.e. Easyeffects) can't catch sink due to node.name being null, though data is bypassed directly to output, pipeline effects are not applied
musikcubed version: 3.0.1 #d2f83f75 Archlinux AUR build (though tested on -bin and -git packages, the same)
its not harmful by itself, stream is being connected as it should, but some DSP (i.e. Easyeffects) can't catch sink due to node.name being
null
, though data is bypassed directly to output, pipeline effects are not appliedwpctl inspect: id, type PipeWire:Interface:Node
adapt.follower.spa-node = ""
audio.adapt.follower = ""
* client.id = "90"
clock.quantum-limit = "8192"
* factory.id = "7"
factory.mode = "split"
library.name = "audioconvert/libspa-audioconvert"
* media.category = "Playback"
* media.class = "Stream/Output/Audio"
media.name = "musikcube"
* media.role = "Music"
* media.type = "Audio"
node.autoconnect = "true"
node.want-driver = "true"
object.register = "false"
* object.serial = "375"
resample.quality = "10"
stream.is-live = "true"
while mpv: ... * media.type = "Audio" node.always-process = "true" node.autoconnect = "true" node.description = "mpv" node.name = "mpv" node.rate = "1/48000" node.want-driver = "true" ...
mpd: ... * node.name = "mpd.pipewire" #custom in mpd.conf node.rate = "1/192000" node.want-driver = "true" object.register = "false" ...
seems like smth like that for reference mpv (C):
mpd (C++):