summaryrefslogtreecommitdiff
path: root/modules/l16/l16.c
diff options
context:
space:
mode:
authorAlfred E. Heggestad <aeh@db.org>2015-06-19 22:16:09 +0200
committerAlfred E. Heggestad <aeh@db.org>2015-06-19 22:16:09 +0200
commit92f52bf6180f03d0d148cd4db15e07dfb97a5d53 (patch)
tree97e1419735b695f80aef09b564a96488eec8201f /modules/l16/l16.c
parent664089792dd38fcaff3e8b2ca9bd727d1ed79123 (diff)
module: add some more docs
Diffstat (limited to 'modules/l16/l16.c')
-rw-r--r--modules/l16/l16.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/modules/l16/l16.c b/modules/l16/l16.c
index c506f4b..a8dc97f 100644
--- a/modules/l16/l16.c
+++ b/modules/l16/l16.c
@@ -1,12 +1,19 @@
/**
* @file l16.c 16-bit linear codec
*
- * Copyright (C) 2010 Creytiv.com
+ * Copyright (C) 2010 - 2015 Creytiv.com
*/
#include <re.h>
#include <baresip.h>
+/**
+ * @defgroup l16 l16
+ *
+ * Linear 16-bit audio codec
+ */
+
+
enum {NR_CODECS = 8};