aboutsummaryrefslogtreecommitdiffstats
path: root/src/filter/volume_filter_plugin.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-07-05filter/volume: don't use volume_level_get()Max Kellermann1-6/+36
Added public methods to get and set the current volume.
2009-07-03filter: added "volume" pluginMax Kellermann1-0/+136
The "volume" filter plugin will replace the current software volume code. One "volume" filter may be attached to each output device. This will allow the user to use hardware mixers for some devices, and software mixers for other devices at the same time. Currently, neither the filter API nor the "volume" plugin is integrated into MPD.