Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | filter: added "volume" plugin | Max Kellermann | 2009-07-03 | 1 | -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. | ||||
* | filter: added new plugin API for filters | Max Kellermann | 2009-07-03 | 1 | -0/+93 |
The filter API allows us to implement software volume as a pluggable filter, and we will be able to integrate libraries like SoX. |