From 3f5c1d9c9358eb6d7a1f2c75b49446303157fcd4 Mon Sep 17 00:00:00 2001 From: Gerald Begumisa Date: Thu, 18 Dec 2008 08:07:04 +0000 Subject: Added AudioGain filter that allows gain to be increased or reduced on all channels or a per-channel basis. Therefore 3 configuration parameters have been added, which are AudioGain, AudioGainChannel1 and AudioGainChannel2. These parameters take values in Db. Setting the AudioGain applies the gain to both channels. While setting AudioGainChannel1 and AudioGainChannel2 applies gain to channel 1 and channel 2 respectively. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@587 09dcff7a-b715-0410-9601-b79a96267cd0 --- orkbasecxx/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'orkbasecxx/Makefile.am') diff --git a/orkbasecxx/Makefile.am b/orkbasecxx/Makefile.am index 3bcd0ad..3f30d49 100644 --- a/orkbasecxx/Makefile.am +++ b/orkbasecxx/Makefile.am @@ -24,6 +24,8 @@ liborkbase_la_LIBADD = $(top_builddir)/serializers/libserializers.la \ $(top_builddir)/filters/gsm/libgsm.la \ $(top_builddir)/filters/gsm/gsm610/libgsm610.la \ $(top_builddir)/filters/ilbc/libilbc.la \ - $(top_builddir)/filters/ilbc/ilbc/libilbcrfc.la + $(top_builddir)/filters/ilbc/ilbc/libilbcrfc.la \ + $(top_builddir)/filters/audiogain/libaudiogain.la \ + -lm AM_CXXFLAGS = -D_REENTRANT -- cgit v1.2.3