mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-23 06:59:53 -05:00
modules: Add null/dummy echo canceller
I find a dummy/passthrough implementation useful for AEC debugging Signed-off-by: Peter Meerwald <p.meerwald@bct-electronic.com>
This commit is contained in:
parent
57469ce734
commit
7112e6ee3c
4 changed files with 70 additions and 1 deletions
|
|
@ -1815,7 +1815,9 @@ module_suspend_on_idle_la_CFLAGS = $(AM_CFLAGS)
|
|||
|
||||
# echo-cancel module
|
||||
module_echo_cancel_la_SOURCES = \
|
||||
modules/echo-cancel/module-echo-cancel.c modules/echo-cancel/echo-cancel.h
|
||||
modules/echo-cancel/module-echo-cancel.c \
|
||||
modules/echo-cancel/null.c \
|
||||
modules/echo-cancel/echo-cancel.h
|
||||
module_echo_cancel_la_LDFLAGS = $(MODULE_LDFLAGS)
|
||||
module_echo_cancel_la_LIBADD = $(MODULE_LIBADD) $(LIBSPEEX_LIBS)
|
||||
module_echo_cancel_la_CFLAGS = $(AM_CFLAGS) $(SERVER_CFLAGS) $(LIBSPEEX_CFLAGS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue