Myxer is a free and open source volume mixer for pulse Audio and for Linux system. It is written in Rust and released under GNU General Public License v3.0. Using Myxer you can manage your devices, streams, and card profiles. It also support configuration of PulseAudio panel plugins to open Myxer. It also comes with options to show individual audio channels in you system. It is a simple and lightweight Volume Mixer for Linux.
Install Myxer on Ubuntu
Myxer is available as a portable package and native deb package. You can can install this via your terminal software.
Download the Myxer portable package file from the above download link. It will look like “Myxer” and save it on your Downloads folder. Open the terminal application and run this command to make it executable.
cd Downloads
sudo chmod +x ~ Myxer
Then you can run Myxer via this command.
./Myxer
Install Myxer via DEB:
Download the Myxer.deb file from the above Myxer download link and save it on your Downloads folder. Then run below Myxer installation commands one by one.
cd Downloads
sudo dpkg -i Myxer.deb
Here “Myxer.deb” is the downloaded file name
sudo apt install -f
That’s it.