I
Insight Horizon Media

How do I use Pavucontrol?

Author

John Castro

Published Feb 22, 2026

How do I use Pavucontrol?

Open up Pavucontrol, and click the “Recording” tab. In the recording area, you’ll see every program currently recording sound through the Pulse sound system. To lower the input volume for an app, drag the slider to the left. To increase volume drag the slider to the right.

What is PulseAudio volume control?

PulseAudio Volume Control (pavucontrol) is a simple GTK based volume control tool (“mixer”) for the PulseAudio sound server. In contrast to classic mixer tools this one allows you to control both the volume of hardware devices and of each playback stream separately.

What is Ubuntu PulseAudio?

PulseAudio is a sound server for POSIX and Win32 systems. A sound server is basically a proxy for your sound applications. It allows you to do advanced operations on your sound data as it passes between your application and your hardware.

How do I enable PulseAudio?

Open the /etc/pulse/client. conf file to enable PulseAudio for all users. Call pulseaudio –start to start the PulseAudio daemon. Call ps -e | grep pulse to check the process started correctly.

Will PipeWire replace PulseAudio?

PipeWire can be used as an audio server, similar to PulseAudio and JACK. It aims to replace both PulseAudio and JACK, by providing a PulseAudio-compatible server implementation and ABI-compatible libraries for JACK clients. See the blog post PipeWire Late Summer Update 2020 for more information.

What is the difference between ALSA and PulseAudio?

As far as I know, ALSA is a package of many sound card drivers, and PulseAudio is a audio application that operate the sound data like mixing or equalizer.

Does PulseAudio need ALSA?

PulseAudio is a software mixer, on top of the userland (like you’d run an app). When it runs, it uses Alsa – without dmix – and manages every kind of mixing, the devices, network devices, everything by itself. In 2014, you can still run only ALSA.

Why is PulseAudio using so much CPU?

The key insight here is that pulse’s job is to route, mix and resample audio from apps to the correct device. Different apps/devices may have different samplerates (e.g.: 44.1khz to 48khz) so pulse is resampling which will typically require a lot of cpu resources.

How do I run PulseAudio on Ubuntu?

Detailed Instructions:

  1. Run update command to update package repositories and get latest package information.
  2. Run the install command with -y flag to quickly install the packages and dependencies. sudo apt-get install -y pulseaudio.
  3. Check the system logs to confirm that there are no related errors.

Does Ubuntu use pulse?

1 Answer. Ubuntu uses both ALSA, and Pulseaudio for controlling sound input and output.

Do I need PipeWire ALSA?

Does PipeWire Replace ALSA? No, ALSA is an essential part of the Linux audio stack, it provides the interface to the kernel audio drivers. That said, the ALSA user space library has a lot of stuff in it that is probably not desirable anymore these days, like effects plugins, mixing, routing, slaving, etc.