From c7f930673fb410b577dd4bcf574d889460e9a3a2 Mon Sep 17 00:00:00 2001 From: Stefano D'Angelo Date: Tue, 24 Sep 2024 07:28:39 +0200 Subject: [PATCH] add sticky thresh to bw_gain and needed related api to bw_one_pole --- include/bw_gain.h | 180 +++++++++++++++++++++++++++++++++++++++--- include/bw_one_pole.h | 47 +++++++++++ 2 files changed, 216 insertions(+), 11 deletions(-) diff --git a/include/bw_gain.h b/include/bw_gain.h index 8fc8707..ed156e5 100644 --- a/include/bw_gain.h +++ b/include/bw_gain.h @@ -23,12 +23,13 @@ * version {{{ 1.2.0 }}} * requires {{{ bw_common bw_math bw_one_pole }}} * description {{{ - * Gain. + * Smoothed gain module with optional sticky gain-reach threshold. * }}} * changelog {{{ *