Audio

Audio on Linux is a bit different compared to Windows OS in term of how they work. In Linux, you have something called Audio Server, which serve a purpose of handing and managing your audio devices

For example, JACK audio server is mainly used for professional audio usage. PipeWire is a general purpose audio server, also intended as PulseAudio replacement

To find out which audio server you're using, try running pactl info

pactl outputs PipeWire audio server with PulseAudio plugin

Last updated