Skip to content
Snippets Groups Projects
Commit 79f41c3f authored by Alexandre Savard's avatar Alexandre Savard
Browse files

#5915: implement rms detector, first order averager, limiter for gain control

parent 6e231138
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,7 @@ libaudio_la_SOURCES = \
speexechocancel.cpp \
noisesuppress.cpp \
audioprocessing.cpp \
gaincontrol.cpp \
dcblocker.cpp \
$(SPEEX_SOURCES_CPP)
......@@ -44,6 +45,7 @@ noinst_HEADERS = \
speexechocancel.h \
noisesuppress.h \
audioprocessing.h \
gaincontrol.h \
dcblocker.h \
samplerateconverter.h
......
......@@ -34,7 +34,9 @@ test_SOURCES = \
sdptest.h \
sdptest.cpp \
echocanceltest.h \
echocanceltest.cpp
echocanceltest.cpp \
gaincontroltest.h \
gaincontroltest.cpp
LLIBS=$(CPPUNIT_LIBS) \
../src/sflphoned-logger.o \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment