1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-14 19:07:14 +00:00
mpv/DOCS/man
wm4 77e1e8e38e audio: refactor mixer code and delete mixer.c
mixer.c didn't really deserve to be separate anymore, as half of its
contents were unnecessary glue code after recent changes. It also
created a weird split between audio.c and af.c due to the fact that
mixer.c could insert audio filters. With the code being in audio.c
directly, together with other code that unserts filters during runtime,
it will be possible to cleanup this code a bit and make it work like the
video filter code.

As part of this change, make the balance code work like the volume code,
and add an option to back the current balance value. Also, since the
balance semantics are unexpected for most users (panning between the
audio channels, instead of just changing the relative volume), and there
are some other volumes, formally deprecate both the old property and the
new option.
2016-07-17 19:21:28 +02:00
..
af.rst af_lavcac3enc: make encoder configurable 2016-06-23 12:14:45 +02:00
ao.rst ao_dsound: remove this audio output 2016-01-06 13:52:15 +01:00
changes.rst
encode.rst man: fix grammar issues 2015-12-19 09:26:41 +01:00
input.rst audio: refactor mixer code and delete mixer.c 2016-07-17 19:21:28 +02:00
ipc.rst Use - as command-name separator everywhere 2016-07-14 22:37:42 +02:00
lua.rst manpage: minor fix 2016-07-10 19:51:09 +02:00
mpv.rst Use - as command-name separator everywhere 2016-07-14 22:37:42 +02:00
options.rst audio: refactor mixer code and delete mixer.c 2016-07-17 19:21:28 +02:00
osc.rst manpage: fix some script_message references to preferred name 2016-05-09 20:39:33 +02:00
vf.rst vf_d3d11vpp: add video processor selection 2016-07-15 19:48:58 +02:00
vo.rst Use - as command-name separator everywhere 2016-07-14 22:37:42 +02:00