From e6ea35c3de0c234a99443a05a131540dd821487c Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 15 Feb 2016 15:46:49 +0100 Subject: Add normalization gain factor to Export Analysis --- libs/audiographer/audiographer/general/normalizer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/audiographer/audiographer/general/normalizer.h') diff --git a/libs/audiographer/audiographer/general/normalizer.h b/libs/audiographer/audiographer/general/normalizer.h index 025131022e..e5f73a0f08 100644 --- a/libs/audiographer/audiographer/general/normalizer.h +++ b/libs/audiographer/audiographer/general/normalizer.h @@ -21,7 +21,7 @@ public: ~Normalizer(); /// Sets the peak found in the material to be normalized \see PeakReader \n RT safe - void set_peak (float peak); + float set_peak (float peak); /** Allocates a buffer for using with const ProcessContexts * This function does not need to be called if -- cgit v1.2.3