pipewire
Table of Contents
:ID: a0628dc3-e296-43ae-9830-d25fdc33659c
https://docs.pipewire.org/index.html
# GUI
qpwgraph works just like qjackctl
# Scripting
# pw-link
Manage IO connections. Takes the place of jack_connect
, jack_disconnect
and jack_lsp
# Issues
# Volume very low
# Set volume using a mixer tool
- alsamixer
Use
alsamixer
tool and set the output gain to whatever.- See also https://wiki.archlinux.org/title/PipeWire#Low_volume
You can store the alsa config by using
alsactl
sudo alsactl store
- pavucontrol
Pipewire works with Pulse audio, so pavucontrol should work as well. In fact, I had better luck with this to set the volume level my Xone k2
- amixer
Like alsamixer, but CLI only (no TUI)