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

View File

@@ -25,6 +25,7 @@
#include "pcm_buffer.h"
#include "pcm_volume.h"
#include "audio_format.h"
#include "player_control.h"
#include <assert.h>
#include <string.h>