Filters are plugins which modify an audio stream.
To configure a filter, add a filter
block
to mpd.conf
:
filter { plugin "volume" name "software volume" }
The following table lists the filter
options valid for all plugins:
Name | Description |
---|---|
plugin
| The name of the plugin. |
name
| The name of the filter. |