From 77e1e8e38e7b8d9318dc1bb437a88d8f13b7a5c9 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 17 Jul 2016 19:21:28 +0200 Subject: 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. --- wscript_build.py | 1 - 1 file changed, 1 deletion(-) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index 8f2b85c787..13d89ce6a1 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -105,7 +105,6 @@ def build(ctx): ( "audio/chmap_sel.c" ), ( "audio/fmt-conversion.c" ), ( "audio/format.c" ), - ( "audio/mixer.c" ), ( "audio/decode/ad_lavc.c" ), ( "audio/decode/ad_spdif.c" ), ( "audio/decode/dec_audio.c" ), -- cgit v1.2.3