summaryrefslogtreecommitdiff
path: root/modules/speex_pp/speex_pp.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/speex_pp/speex_pp.c')
-rw-r--r--modules/speex_pp/speex_pp.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/speex_pp/speex_pp.c b/modules/speex_pp/speex_pp.c
index 4c14f65..f364d9d 100644
--- a/modules/speex_pp/speex_pp.c
+++ b/modules/speex_pp/speex_pp.c
@@ -11,6 +11,13 @@
#include <baresip.h>
+/**
+ * @defgroup speex_pp speex_pp
+ *
+ * Audio pre-processor from libspeexdsp
+ */
+
+
struct preproc {
struct aufilt_enc_st af; /* base class */
SpeexPreprocessState *state;