Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2007-05-17 18:14:59 +0400
committerjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2007-05-17 18:14:59 +0400
commit0f6335ea9ef4d43e9d0c99bc01307698a7a76195 (patch)
treec8a1d38f5cb9adc99c53ec966bf391d4d16c2dd9 /include
parentfcdbf450fe0d3f69c7e2e677978e7c3d40bdec30 (diff)
Implemented SPEEX_GET_ACTIVITY
git-svn-id: http://svn.xiph.org/trunk/speex@12957 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'include')
-rw-r--r--include/speex/speex.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/speex/speex.h b/include/speex/speex.h
index f17fa19..99d2764 100644
--- a/include/speex/speex.h
+++ b/include/speex/speex.h
@@ -155,6 +155,10 @@ extern "C" {
/** Get status of input/output high-pass filtering */
#define SPEEX_GET_HIGHPASS 45
+/** Get "activity level" of the last decoded frame, i.e.
+ now much damage we cause if we remove the frame */
+#define SPEEX_GET_ACTIVITY 47
+
/* Preserving compatibility:*/
/** Equivalent to SPEEX_SET_ENH */