mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
echo-cancel: Use volume sharing by default
Uses the shared volume infrastructure by default with an option to fallback on the old pretend-volume-sharing-that-kind-of-works if someone wants it that way. Users who keep left != right (or any sort of unbalanced channel volumes) will likely want to disable shared volumes since it will cause their master sink/source volume to be balanced. This really isn't a very pleasant scenario since users would need to manually set up echo cancellation in their config for this (until we have a way to store module configuration). That said, the majority case benefits from the volume sharing, so let's not wait for the configuration infrastructure to be ready to use this.
This commit is contained in:
parent
ec099f9306
commit
38be4a2d44
2 changed files with 24 additions and 11 deletions
|
|
@ -1734,7 +1734,7 @@ module_echo_cancel_la_SOURCES = \
|
|||
modules/echo-cancel/adrian.c modules/echo-cancel/adrian.h
|
||||
module_echo_cancel_la_LDFLAGS = $(MODULE_LDFLAGS)
|
||||
module_echo_cancel_la_LIBADD = $(MODULE_LIBADD) $(LIBSPEEX_LIBS)
|
||||
module_echo_cancel_la_CFLAGS = $(AM_CFLAGS) $(LIBSPEEX_CFLAGS)
|
||||
module_echo_cancel_la_CFLAGS = $(AM_CFLAGS) $(SERVER_CFLAGS) $(LIBSPEEX_CFLAGS)
|
||||
if HAVE_ORC
|
||||
ORC_SOURCE += modules/echo-cancel/adrian-aec
|
||||
nodist_module_echo_cancel_la_SOURCES = \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue