( Wooody | 2021. 09. 12., v – 01:28 )

Mondanám, hogy értem miért van rá szükség:)

WirePlumber examples: https://pipewire.pages.freedesktop.org/wireplumber/testing.html#wireplu…

wpctl status  # verify the default endpoints
$ pw-record test.wav
$ pw-play test.wav

Using a non-default endpoint:

$ pw-record --list-targets  # find the node id
$ pw-record --target <node_id> test.wav
$ pw-play --list-targets  # find the node id
$ pw-play --target <node_id> test.wav
or

$ wpctl status  # find the capture & playback endpoint ids
$ pw-record --target <endpoint_id> test.wav
$ pw-play --target <endpoint_id> test.wav

 

update

És ...

A PipeWire 0.3 egy példamenetkezelőt (pipewire-media-session) tartalmaz, amelyet le kell tiltania, és le kell cserélnie WirePlumber-re.