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

github.com/xiph/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-10-30 11:57:58 +0300
committerjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2007-10-30 11:57:58 +0300
commitafef414c439294fdbb739a692953f4526843e11c (patch)
treeda435403f997d757445f0a7f1b83315b72e6bf41 /include
parentbe78a8e0f6bf22a700060a76c5df1c14c5afa2af (diff)
SPEEX_PREPROCESS_GET_AGC_LOUDNESS patch by Mihai Balea
git-svn-id: http://svn.xiph.org/trunk/speex@14064 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'include')
-rw-r--r--include/speex/speex_preprocess.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/speex/speex_preprocess.h b/include/speex/speex_preprocess.h
index 59b0aab..a0d3aa3 100644
--- a/include/speex/speex_preprocess.h
+++ b/include/speex/speex_preprocess.h
@@ -178,6 +178,10 @@ int speex_preprocess_ctl(SpeexPreprocessState *st, int request, void *ptr);
/** Get maximal gain in dB (int32) */
#define SPEEX_PREPROCESS_GET_AGC_MAX_GAIN 31
+/* Can't set loudness */
+/** Get loudness */
+#define SPEEX_PREPROCESS_GET_AGC_LOUDNESS 33
+
#ifdef __cplusplus
}
#endif