summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/baresip.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/baresip.h b/include/baresip.h
index f00b5c9..5087296 100644
--- a/include/baresip.h
+++ b/include/baresip.h
@@ -65,6 +65,18 @@ const char *account_stun_host(const struct account *acc);
/*
+ * Audio-level
+ */
+
+
+#define AULEVEL_MIN (-96.0)
+#define AULEVEL_MAX (0.0)
+
+
+double aulevel_calc_dbov(const int16_t *sampv, size_t sampc);
+
+
+/*
* Call
*/