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.
 
 
 
Aitor df8f730173 Free buf before exiting in case of unknown option while parsing the args in the command line 7 months ago
alsa Use Getopt in place of Glib::OptionContext to parse the args in the command line 7 months ago
images Add a .desktop file, as well as a pixmap for the launcher 8 months ago
ui Free buf before exiting in case of unknown option while parsing the args in the command line 7 months ago
LICENSE Initial release 11 months ago
Makefile Add a .desktop file, as well as a pixmap for the launcher 8 months ago
README.md Update README.md 8 months ago
amixer-gtk.desktop Add a .desktop file, as well as a pixmap for the launcher 8 months ago
globals.h Use Getopt in place of Glib::OptionContext to parse the args in the command line 7 months ago

README.md

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