summaryrefslogtreecommitdiff
path: root/modules/speex_aec/speex_aec.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/speex_aec/speex_aec.c')
-rw-r--r--modules/speex_aec/speex_aec.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/speex_aec/speex_aec.c b/modules/speex_aec/speex_aec.c
index 15ea552..2e45518 100644
--- a/modules/speex_aec/speex_aec.c
+++ b/modules/speex_aec/speex_aec.c
@@ -11,6 +11,13 @@
#include <baresip.h>
+/**
+ * @defgroup speex_aec speex_aec
+ *
+ * Acoustic Echo Cancellation (AEC) from libspeexdsp
+ */
+
+
struct speex_st {
int16_t *out;
SpeexEchoState *state;