Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mixer_control: allow methods "open" and "close" to be NULL | Max Kellermann | 2009-10-23 | 1 | -19/+0 |
| | | | | | It's possible to have a mixer implementation which does not explicitly need the methods open() and close(). | ||||
* | mixer_plugin: pass audio_output pointer to mixer_plugin.init() | Max Kellermann | 2009-10-21 | 1 | -1/+2 |
| | | | | | This allows the mixer object to access its associated audio output object. | ||||
* | mixer_plugin: use GError for error handling | Max Kellermann | 2009-10-20 | 1 | -4/+6 |
| | |||||
* | mixer/software: new mixer which controls filter/volume | Max Kellermann | 2009-07-06 | 1 | -0/+124 |
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. |