Skip to content

Pulse Audio

een suite van opensource audio tools.
https://www.freedesktop.org/wiki/Software/PulseAudio/

Pulse Audio Volume Control

een beter volume control als de standaard
maar pavucontrol doet meer als enkel volume control , bijvb. : audio recording , adjustment for latencies

install pavucontrol

it is included in Linux Mint 20 standard repositories
sh # check if already installed sudo apt list --installed | grep -i pavucontrol # if not, install : sudo apt-get install pavucontrol

  • you may need to install some Qt5 libraries, in particular the Qt5Widgets library and its dependencies.
  • niet Qt5 libs , maar wel package libportaudio2 :
    error while loading shared libraries: libportaudio.so.2 : cannot open shared object file: No such file or directory
    na sudo apt-get install libportaudio2 is het ok

Pulse Audio Equalizer

er is tevens een PulseAudio-Equalizer
multi-band interface. Therefore, you can easily adjust the slider when the audio is playing.

sudo apt-get install PulseAudio