output: use the software mixer plugin
Do all the software volume stuff inside each output thread, not in the player thread. This allows one software mixer per output device, and also allows the user to configure the mixer type (hardware or software) for each audio output. This moves the global "mixer_type" setting into the "audio_output" section, deprecating the "mixer_enabled" flag.
This commit is contained in:
2
NEWS
2
NEWS
@@ -7,6 +7,8 @@ ver 0.16 (20??/??/??)
|
||||
- ffmpeg: support multiple tags
|
||||
* mixers:
|
||||
- removed support for legacy mixer configuration
|
||||
- reimplemented software volume as mixer+filter plugin
|
||||
- per-device software/hardware mixer setting
|
||||
* commands:
|
||||
- added new "status" line with more precise "elapsed time"
|
||||
* log unused/unknown block parameters
|
||||
|
Reference in New Issue
Block a user