alsa-tools/hwmixvolume
Emmanuel Gil Peyrot 0a9ad5c1e1 hwmixvolume: replace PyGTK with gobject-introspection
This doesn’t work yet, we require Gtk 3.0 rather than 2.0 and the API
changed quite a lot, so this is but a preparatory patch.

This is done so that we can get rid of GTK+ 2 which has been EOL for
many years already, and to add Python 3 support because Python 2 will
very soon be EOL as well.

Signed-off-by: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
Reviewed-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2018-09-20 09:07:04 +02:00
..
desktop hwmixvolume: add .desktop and icon files 2017-11-15 12:59:43 +01:00
configure.ac hwmixvolume: add .desktop and icon files 2017-11-15 12:59:43 +01:00
gitcompile Fix hwmixvolume gitcompile script (missing files) 2010-04-07 09:30:00 +02:00
hwmixvolume hwmixvolume: replace PyGTK with gobject-introspection 2018-09-20 09:07:04 +02:00
Makefile.am hwmixvolume: add .desktop and icon files 2017-11-15 12:59:43 +01:00
README alsa-tools: hwmixvolume - update README for au88x0 2012-03-13 10:49:20 +01:00

hwmixvolume
===========

This tool allows you to control the volume of individual streams on sound cards
that use hardware mixing, i.e., those based on the following chips:
* Creative Emu10k1 (SoundBlaster Live!) (driver: snd-emu10k1)
* VIA VT823x southbridge (driver: snd-via82xx)
* Yamaha DS-1 (YMF-724/740/744/754) (driver: snd-ymfpci)


This tool requires Python, pygtk, and alsa-pyton 1.0.22 or later.

It is recommended to use at least Linux kernel 2.6.32 or alsa-driver 1.0.22;
otherwise, the name of the program that is using a stream cannot be shown.

Need to use alsa-driver kernel 3.4 for Aureal sound cards
* Aureal Vortex/Vortex2/Advantage (driver: snd-au8820, snd-au8830, snd-au8810)

Author: Clemens Ladisch <clemens@ladisch.de>