Revision: 1246
http://iaxclient.svn.sourceforge.net/iaxclient/?rev=1246&view=rev
Author: sbalea
Date: 2007-10-30 13:25:44 -0700 (Tue, 30 Oct 2007)
Log Message:
-----------
Fix iaxclient.h with regards to IAXC_FILTER_DEREVERB
Modified Paths:
--------------
branches/team/mihai/echocan/lib/iaxclient.h
Modified: branches/team/mihai/echocan/lib/iaxclient.h
===================================================================
--- branches/team/mihai/echocan/lib/iaxclient.h 2007-10-30 19:32:00 UTC (rev 1245)
+++ branches/team/mihai/echocan/lib/iaxclient.h 2007-10-30 20:25:44 UTC (rev 1246)
@@ -1025,6 +1025,7 @@
#define IAXC_FILTER_ECHO (1<<2) /*!< Echo cancellation filter */
#define IAXC_FILTER_AAGC (1<<3) /*!< Analog (mixer-based) Automatic Gain Control */
#define IAXC_FILTER_CN (1<<4) /*!< Send Comfort Noise (CN) frames when silence is detected */
+#define IAXC_FILTER_DEREVERB (1<<5) /*!< Reverb reduction filter */
/*!
Returns the set of audio filters being applied.
@@ -1033,7 +1034,6 @@
\see IAXC_FILTER_DENOISE, IAXC_FILTER_AGC, IAXC_FILTER_ECHO, IAXC_FILTER_AAGC,
IAXC_FILTER_CN
*/
-#define IAXC_FILTER_DEREVERB (1<<5)
EXPORT int iaxc_get_filters(void);
/*!
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|