mixer/software: new mixer which controls filter/volume

This mixer plugin may be used instead of the traditional global
software mixer.  It integrates with the "volume" filter plugin, and
can control the software volume of an audio output which has no
hardware mixer.
This commit is contained in:
Max Kellermann
2009-07-06 21:52:15 +02:00
parent d3b5574d7a
commit 5d74b1efef
6 changed files with 184 additions and 1 deletions
+1
View File
@@ -25,6 +25,7 @@
#ifndef MPD_MIXER_LIST_H
#define MPD_MIXER_LIST_H
extern const struct mixer_plugin software_mixer_plugin;
extern const struct mixer_plugin alsa_mixer;
extern const struct mixer_plugin oss_mixer;
extern const struct mixer_plugin pulse_mixer;