Desktop gtk mixer application for the Linux sound sytem ALSA with features similar to alsamixer
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

1.2 KiB

amixer-gtk

Desktop gtk mixer application for the Linux sound sytem ALSA with features similar to alsamixer.

Installation via APT

Use the APT package manager to install amixer-gtk.

apt-get install amixer-gtk

Building from source

If you are using a different package management system, then you'll need to build the project from source.

Build dependencies

  • g++
  • make
  • gtkmm-2.4 or gtkmm-3.0 (devel)
  • libasound2 (devel)
  • gettext - required in the near future
  • intltool - required in the near future

Runtime dependency

  • wmctrl

Procedure

Download the tarball from the devuan git repository amixer-gtk, extract it with tar xvf master.tar.gz and go into the extracted folder. There, run the following commands:

$ make
$ sudo make install

Copying

Amixer-gtk is distributed under the terms in the COPYING text file that comes with this package.

Authors

Amixer-gtk was written by:

Aitor C.Z. aitor_czr@gnuinos.org