Category: <span>Linux</span>

Category: Linux

Go full PipeWire on Ubuntu 22.04 and all family derivatives

Ubuntu already has most of PipeWire running in the background and replacing pulseaudio with PipeWire is really, very easy. Start a terminal and run the following commands: sudo apt install pipewire-audio-client-libraries libspa-0.2-bluetooth libspa-0.2-jack wireplumber This should also automatically remove pipewire-media-session, which is exactly what you want. Now run: systemctl –user …