Pipewire: Difference between revisions

From miki
Jump to navigation Jump to search
Line 5: Line 5:
* [https://wiki.archlinux.org/title/PipeWire PipeWire - ArchLinux]
* [https://wiki.archlinux.org/title/PipeWire PipeWire - ArchLinux]
* [https://news.ycombinator.com/item?id=26327779 PipeWire on HackerNews]
* [https://news.ycombinator.com/item?id=26327779 PipeWire on HackerNews]
* [https://gitlab.freedesktop.org/pipewire/pipewire/-/wikis/Configuration?version_id=c672a24752b14fad8a33fece86f31fac55f581a7#using-pw-cli PipeWire (old) configuration docs]
:Speak about Pulse network transport:
# Setup server with
pipewire-pulse -a tcp:4713
# Connect to it with
PULSE_SERVER=tcp:<ip>:4713 pactl info


== Commands ==
== Commands ==

Revision as of 20:53, 24 April 2022

Pipewire is the new sound system on Linux, meant to replace Pulseaudio.

Links

Speak about Pulse network transport:
# Setup server with
pipewire-pulse -a tcp:4713
# Connect to it with
PULSE_SERVER=tcp:<ip>:4713 pactl info

Commands

# View status
systemctl --user status pipewire

# Use PipeWire instead of JACK
pw-jack SOMEAPP

# PipeWire process viewer (quantum usage...)
pw-top

# Setup sinks, sources, audio devices
pw-link
qjackctl         # Graphical tool, leveraging on JACK
qpwgraph         # Alternative, pipewire native

# Command line
pw-cli
> info all

Bluetooth

  • To change bluetooth device selected profile:
# See available profile and device id with 'pactl list'
pactl set-card-profile bluez_card.38_18_4C_4B_6A_3A a2dp-sink-sbc_xq

References

Configuration files:

  • /usr/share/wireplumber